hgext/rebase.py
changeset 19926 0f99747202f9
parent 19925 9c78ed396075
child 19951 d51c4d85ec23
--- a/hgext/rebase.py	Mon Oct 14 16:12:29 2013 +0200
+++ b/hgext/rebase.py	Mon Oct 14 17:12:59 2013 +0200
@@ -382,7 +382,7 @@
             ui.note(_("%d revisions have been skipped\n") % len(skipped))
 
         if (activebookmark and
-            repo['tip'].node() == repo._bookmarks[activebookmark]):
+            repo['.'].node() == repo._bookmarks[activebookmark]):
                 bookmarks.setcurrent(repo, activebookmark)
 
     finally: