hgext/bookmarks.py
changeset 12302 6ad36bca3a8a
parent 12152 e59156a1316f
child 12394 9d45f78c465b
--- a/hgext/bookmarks.py	Tue Sep 14 16:52:32 2010 +0200
+++ b/hgext/bookmarks.py	Tue Sep 14 21:45:43 2010 -0500
@@ -504,10 +504,12 @@
 
     entry = extensions.wrapcommand(commands.table, 'pull', pull)
     entry[1].append(('B', 'bookmark', [],
-                     _("bookmark to import")))
+                     _("bookmark to import"),
+                     _('BOOKMARK')))
     entry = extensions.wrapcommand(commands.table, 'push', push)
     entry[1].append(('B', 'bookmark', [],
-                     _("bookmark to export")))
+                     _("bookmark to export"),
+                     _('BOOKMARK')))
     entry = extensions.wrapcommand(commands.table, 'incoming', incoming)
     entry[1].append(('B', 'bookmarks', False,
                      _("compare bookmark")))