mercurial/commands.py
branchstable
changeset 22091 f72b71ba756b
parent 21959 dccbf52ffe9f
child 22102 fff8e1cec90f
child 22103 42b1344656f7
--- a/mercurial/commands.py	Sun Aug 10 15:26:12 2014 -0500
+++ b/mercurial/commands.py	Sun Aug 10 23:09:23 2014 -0500
@@ -5878,7 +5878,7 @@
                                                   'bundle:' + fname)
     finally:
         lock.release()
-    bookmarks.updatecurrentbookmark(repo, wc.node(), wc.branch())
+
     return postincoming(ui, repo, modheads, opts.get('update'), None)
 
 @command('^update|up|checkout|co',