[Request] [+ ] D12485: help: add ammend to basic help page

czom (Christian Zommerfelds) phabricator at mercurial-scm.org
Fri Apr 8 10:13:57 UTC 2022


czom created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  If you run just "hg", unammend is on the list, but ammend is not. This change adds ammend to the list to be consistent.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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

AFFECTED FILES
  hgext/amend.py

CHANGE DETAILS

diff --git a/hgext/amend.py b/hgext/amend.py
--- a/hgext/amend.py
+++ b/hgext/amend.py
@@ -55,6 +55,7 @@
     _(b'[OPTION]... [FILE]...'),
     helpcategory=command.CATEGORY_COMMITTING,
     inferrepo=True,
+    helpbasic=True,
 )
 def amend(ui, repo, *pats, **opts):
     """amend the working copy parent with all or specified outstanding changes



To: czom, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220408/2c0d3a57/attachment.html>


More information about the Mercurial-patches mailing list