hgext/rebase.py
changeset 7298 0e2e371c7406
parent 7289 ddab62b2fec4
child 7468 3e5db4228f8f
--- a/hgext/rebase.py	Thu Oct 30 12:38:24 2008 -0700
+++ b/hgext/rebase.py	Sat Nov 01 13:06:36 2008 +0100
@@ -23,7 +23,7 @@
 def rebasemerge(repo, rev, first=False):
     'return the correct ancestor'
     oldancestor = ancestor.ancestor
-    
+
     def newancestor(a, b, pfunc):
         ancestor.ancestor = oldancestor
         anc = ancestor.ancestor(a, b, pfunc)
@@ -172,9 +172,9 @@
 
     p1, p2 = defineparents(repo, rev, target, state, targetancestors)
 
-    repo.ui.debug(_(" future parents are %d and %d\n") % (repo[p1].rev(), 
+    repo.ui.debug(_(" future parents are %d and %d\n") % (repo[p1].rev(),
                                                             repo[p2].rev()))
-    
+
     # Merge phase
     if len(repo.parents()) != 2:
         # Update to target and merge it with local