author | Martin Geisler <mg@lazybytes.net> |
Thu, 02 Sep 2010 17:07:02 +0200 | |
branch | stable |
changeset 12146 | 4d12c42fe932 |
parent 12145 | c407b4ca666e |
child 12152 | e59156a1316f |
child 12153 | d598d24a7e67 |
--- a/hgext/bookmarks.py Thu Sep 02 12:53:28 2010 +0200 +++ b/hgext/bookmarks.py Thu Sep 02 17:07:02 2010 +0200 @@ -451,7 +451,8 @@ ui.status(_("deleting remote bookmark %s\n") % b) new = '' # delete else: - ui.warn(_('bookmark %s does not exist on the local or remote repository!\n') % b) + ui.warn(_('bookmark %s does not exist on the local ' + 'or remote repository!\n') % b) return 2 old = rb.get(b, '') r = other.pushkey('bookmarks', b, old, new)