[Updated] D10895: purge: restore the `testedwith` declaration
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Thu Jun 24 08:18:55 UTC 2021
Closed by commit rHG75d4e60c7c81: purge: restore the `testedwith` declaration (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/D10895?vs=28673&id=28688
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10895/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10895
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
@@ -30,3 +30,9 @@
# This empty extension looks pointless, but core mercurial checks if it's loaded
# to implement the slightly different behavior documented above.
+
+# Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
+# extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
+# be specifying the version(s) of Mercurial they are tested with, or
+# leave the attribute unspecified.
+testedwith = b'ships-with-hg-core'
To: mharbison72, #hg-reviewers, marmoute, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210624/fe68a862/attachment-0002.html>
More information about the Mercurial-patches
mailing list