mercurial/hg.py
branchstable
changeset 17872 7d4e98bf114d
parent 17871 52c7e171e355
child 17874 2ba70eec1cf0
--- a/mercurial/hg.py	Fri Oct 26 14:53:31 2012 +0200
+++ b/mercurial/hg.py	Sat Oct 27 16:39:47 2012 -0500
@@ -428,7 +428,6 @@
                 destrepo.ui.status(_("updating to branch %s\n") % bn)
                 _update(destrepo, uprev)
                 if update in destrepo._bookmarks:
-                    destrepo.ui.status(_("active bookmark: %s\n") % update)
                     bookmarks.setcurrent(destrepo, update)
 
         return srcpeer, destpeer