##// END OF EJS Templates
releasenotes: update docstrings with information on additional flags...
Rishabh Madan -
r34342:01e8ab4b default
parent child Browse files
Show More
@@ -550,6 +550,12 b' def releasenotes(ui, repo, file_=None, *'
550 this command and changes should not be lost when running this command on
550 this command and changes should not be lost when running this command on
551 that file. A particular use case for this is to tweak the wording of a
551 that file. A particular use case for this is to tweak the wording of a
552 release note after it has been added to the release notes file.
552 release note after it has been added to the release notes file.
553
554 The -c/--check option checks the commit message for invalid admonitions.
555
556 The -l/--list option, presents the user with a list of existing available
557 admonitions along with their title. This also includes the custom
558 admonitions (if any).
553 """
559 """
554 sections = releasenotessections(ui, repo)
560 sections = releasenotessections(ui, repo)
555
561
General Comments 0
You need to be logged in to leave comments. Login now