[PATCH] progress: restore testedwith to the stub

Augie Fackler raf at durin42.com
Tue Aug 25 19:53:13 UTC 2015


# HG changeset patch
# User Augie Fackler <augie at google.com>
# Date 1440532374 14400
#      Tue Aug 25 15:52:54 2015 -0400
# Node ID 294939c7d6d2dbe9289aa98bd54146141835cf04
# Parent  05e7f57c74ac5b556b49870af86f61aa0c54babb
progress: restore testedwith to the stub

Without this, hg always claims progress is at fault for problems,
which is completely crazy.

diff --git a/hgext/progress.py b/hgext/progress.py
--- a/hgext/progress.py
+++ b/hgext/progress.py
@@ -10,3 +10,8 @@
 This extension has been merged into core, you can remove it from your config.
 See hg help config.progress for configuration options.
 """
+# Note for extension authors: ONLY specify testedwith = 'internal' 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 = 'internal'


More information about the Mercurial-devel mailing list