# HG changeset patch # User Augie Fackler # Date 2015-08-25 19:52:54 # Node ID 5ef327e9c157a9fba8b2f58c10370761b97dc90c # Parent 06320fb1169935a68082895c146a3a2fda2ba62a 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'