mercurial/commands.py
changeset 28324 549ff28a345f
parent 28323 ffc693f87148
parent 28288 e417e4512b0f
child 28359 f6b5b041c6c9
--- a/mercurial/commands.py	Mon Dec 21 22:26:31 2015 -0800
+++ b/mercurial/commands.py	Wed Mar 02 16:44:56 2016 -0600
@@ -1270,7 +1270,7 @@
       _('show only branches that have unmerged heads (DEPRECATED)')),
      ('c', 'closed', False, _('show normal and closed branches')),
     ] + formatteropts,
-    _('[-ac]'))
+    _('[-c]'))
 def branches(ui, repo, active=False, closed=False, **opts):
     """list repository named branches
 
@@ -5234,7 +5234,7 @@
     ('P', 'preview', None,
      _('review revisions to merge (no merge is performed)'))
      ] + mergetoolopts,
-    _('[-P] [-f] [[-r] REV]'))
+    _('[-P] [[-r] REV]'))
 def merge(ui, repo, node=None, **opts):
     """merge another revision into working directory