D1706: debugdiscovery: correct and clean up command synopsis

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Dec 15 11:57:20 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG702e6d2642e7: debugdiscovery: correct and clean up command synopsis (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1706?vs=4482&id=4483

REVISION DETAIL
  https://phab.mercurial-scm.org/D1706

AFFECTED FILES
  mercurial/debugcommands.py

CHANGE DETAILS

diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py
--- a/mercurial/debugcommands.py
+++ b/mercurial/debugcommands.py
@@ -740,7 +740,7 @@
      _('use old-style discovery with non-heads included')),
     ('', 'rev', [], 'restrict discovery to this set of revs'),
     ] + cmdutil.remoteopts,
-    _('[-l REV] [-r REV] [-b BRANCH]... [OTHER]'))
+    _('[--rev REV] [OTHER]'))
 def debugdiscovery(ui, repo, remoteurl="default", **opts):
     """runs the changeset discovery protocol in isolation"""
     opts = pycompat.byteskwargs(opts)



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list