hgext/rebase.py
changeset 7877 eba7f12b0c51
parent 7875 553aa0cbeab6
child 7891 3e0c28145e6a
--- a/hgext/rebase.py	Mon Mar 23 13:13:11 2009 +0100
+++ b/hgext/rebase.py	Mon Mar 23 13:13:27 2009 +0100
@@ -340,7 +340,7 @@
     targetancestors = util.set()
 
     if not dest:
-         # Destination defaults to the latest revision in the current branch
+        # Destination defaults to the latest revision in the current branch
         branch = repo[None].branch()
         dest = repo[branch].rev()
     else: