[Updated] D11036: doc: wrap the help text for the purge extension
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Sun Jul 18 10:05:48 UTC 2021
Closed by commit rHG0caac68a5c3c: doc: wrap the help text for the purge extension (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/D11036?vs=29043&id=29359
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11036/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11036
AFFECTED FILES
hgext/purge.py
CHANGE DETAILS
diff --git a/hgext/purge.py b/hgext/purge.py
--- a/hgext/purge.py
+++ b/hgext/purge.py
@@ -25,7 +25,8 @@
'''command to delete untracked files from the working directory (DEPRECATED)
The functionality of this extension has been included in core Mercurial since
-version 5.7. Please use :hg:`purge ...` instead. :hg:`purge --confirm` is now the default, unless the extension is enabled for backward compatibility.
+version 5.7. Please use :hg:`purge ...` instead. :hg:`purge --confirm` is now
+the default, unless the extension is enabled for backward compatibility.
'''
# This empty extension looks pointless, but core mercurial checks if it's loaded
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210718/165fe1c3/attachment-0002.html>
More information about the Mercurial-patches
mailing list