bookmarks: fix long line
authorMatt Mackall <mpm@selenic.com>
Thu, 19 Aug 2010 17:33:46 -0500
changeset 12002 ce066f8aa0b2
parent 12001 4b1197f15313
child 12003 a092b91a27c4
bookmarks: fix long line
hgext/bookmarks.py
--- a/hgext/bookmarks.py	Thu Aug 19 17:29:13 2010 -0500
+++ b/hgext/bookmarks.py	Thu Aug 19 17:33:46 2010 -0500
@@ -446,7 +446,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)