hgext/rebase.py
changeset 29940 3e7ded768556
parent 29876 58db005d870e
child 29970 11604da46982
--- a/hgext/rebase.py	Sun Jun 26 18:41:28 2016 +0900
+++ b/hgext/rebase.py	Tue Sep 13 13:49:42 2016 -0700
@@ -1198,7 +1198,7 @@
                 repo.ui.debug('source is a child of destination\n')
                 return None
 
-        repo.ui.debug('rebase onto %d starting from %s\n' % (dest, root))
+        repo.ui.debug('rebase onto %s starting from %s\n' % (dest, root))
         state.update(dict.fromkeys(rebaseset, revtodo))
         # Rebase tries to turn <dest> into a parent of <root> while
         # preserving the number of parents of rebased changesets: