hgext/rebase.py
changeset 24944 08ec11e3ae4c
parent 24870 4ec40a4db64a
child 24945 e0b0fbd47491
--- a/hgext/rebase.py	Wed May 06 17:15:38 2015 +0200
+++ b/hgext/rebase.py	Mon Apr 13 21:53:37 2015 -0700
@@ -360,7 +360,7 @@
         currentbookmarks = repo._bookmarks.copy()
         activebookmark = activebookmark or repo._bookmarkcurrent
         if activebookmark:
-            bookmarks.unsetcurrent(repo)
+            bookmarks.deactivate(repo)
 
         extrafn = _makeextrafn(extrafns)