Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hg.py @ 17872:7d4e98bf114d stable
bookmarks: backed out new message from changeset 52c7e171e355
Not strictly a bugfix, hasn't achieved consensus yet.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 27 Oct 2012 16:39:47 -0500 |
parents | 52c7e171e355 |
children | 2ba70eec1cf0 |
line wrap: on
line diff
--- 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