diff -r 55476ce8e59c -r 2065789f6a3e mercurial/patch.py --- a/mercurial/patch.py Fri Oct 13 11:17:17 2006 -0700 +++ b/mercurial/patch.py Fri Oct 13 15:34:35 2006 -0300 @@ -526,7 +526,7 @@ if repo.ui.quiet: r = None else: - hexfunc = repo.ui.verbose and hex or short + hexfunc = repo.ui.debugflag and hex or short r = [hexfunc(node) for node in [node1, node2] if node] if opts.git: