diff mercurial/commands.py @ 28324:549ff28a345f

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Mar 2016 16:44:56 -0600
parents ffc693f87148 e417e4512b0f
children f6b5b041c6c9
line wrap: on
line diff
--- 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