changeset 26073:5ef327e9c157

progress: restore testedwith to the stub Without this, hg always claims progress is at fault for problems, which is completely crazy.
author Augie Fackler <augie@google.com>
date Tue, 25 Aug 2015 15:52:54 -0400
parents 06320fb11699
children c1aefe57cf4e
files hgext/progress.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/progress.py	Sat Aug 22 22:59:51 2015 -0700
+++ b/hgext/progress.py	Tue Aug 25 15:52:54 2015 -0400
@@ -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'