changeset 12152 | e59156a1316f |
parent 12084 | ff7c1118a83a |
parent 12146 | 4d12c42fe932 |
child 12302 | 6ad36bca3a8a |
--- a/hgext/bookmarks.py Thu Sep 02 14:45:16 2010 +0200 +++ b/hgext/bookmarks.py Thu Sep 02 17:28:20 2010 +0200 @@ -451,8 +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)