mercurial/commands.py
branchstable
changeset 28288 e417e4512b0f
parent 27974 bb14a81ce647
child 28324 549ff28a345f
--- a/mercurial/commands.py	Mon Feb 29 22:20:53 2016 -0300
+++ b/mercurial/commands.py	Tue Mar 01 03:28:46 2016 +0900
@@ -1232,7 +1232,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
 
@@ -5175,7 +5175,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