D544: releasenotes: update docstrings with information on additional flags

rishabhmadan96 (Rishabh Madan) phabricator at mercurial-scm.org
Fri Sep 22 23:56:19 EDT 2017


rishabhmadan96 updated this revision to Diff 2047.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D544?vs=1690&id=2047

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

AFFECTED FILES
  hgext/releasenotes.py

CHANGE DETAILS

diff --git a/hgext/releasenotes.py b/hgext/releasenotes.py
--- a/hgext/releasenotes.py
+++ b/hgext/releasenotes.py
@@ -550,6 +550,12 @@
     this command and changes should not be lost when running this command on
     that file. A particular use case for this is to tweak the wording of a
     release note after it has been added to the release notes file.
+
+    The -c/--check option checks the commit message for invalid admonitions.
+
+    The -l/--list option, presents the user with a list of existing available
+    admonitions along with their title. This also includes the custom
+    admonitions (if any).
     """
     sections = releasenotessections(ui, repo)
     if opts.get('list'):



To: rishabhmadan96, #hg-reviewers, krbullock
Cc: krbullock, dsp, durin42, mercurial-devel


More information about the Mercurial-devel mailing list