[Updated] D12569: packaging: add a missing parenthesis to help text

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Apr 19 09:19:32 UTC 2022


Closed by commit rHG04837f013fe7: packaging: add a missing parenthesis to help text (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12569?vs=33195&id=33212

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12569/new/

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

AFFECTED FILES
  contrib/packaging/hgpackaging/cli.py

CHANGE DETAILS

diff --git a/contrib/packaging/hgpackaging/cli.py b/contrib/packaging/hgpackaging/cli.py
--- a/contrib/packaging/hgpackaging/cli.py
+++ b/contrib/packaging/hgpackaging/cli.py
@@ -91,7 +91,7 @@
     sp.add_argument(
         "--version",
         help="Mercurial version string to use "
-        "(detected from __version__.py if not defined",
+        "(detected from __version__.py if not defined)",
     )
     sp.set_defaults(func=build_inno)
 



To: mharbison72, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220419/51c7a435/attachment-0002.html>


More information about the Mercurial-patches mailing list