mercurial/patch.py
changeset 21833 c1ceec0c8cb4
parent 21790 3fbef7ac26f0
child 22296 650b5b6e75ed
--- a/mercurial/patch.py	Wed Jul 02 00:01:13 2014 -0500
+++ b/mercurial/patch.py	Wed Aug 14 13:10:27 2013 -0500
@@ -1622,7 +1622,7 @@
 
     revs = None
     hexfunc = repo.ui.debugflag and hex or short
-    revs = [hexfunc(node) for node in [node1, node2] if node]
+    revs = [hexfunc(node) for node in [ctx1.node(), ctx2.node()] if node]
 
     copy = {}
     if opts.git or opts.upgrade: