hgext/bookmarks.py
branchstable
changeset 12146 4d12c42fe932
parent 12083 ebfc46929f3e
child 12152 e59156a1316f
child 12392 741290486877
--- 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)