diff hgext/progress.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents 654b9e1966f7
children 9cca7b70f8df
line wrap: on
line diff
--- a/hgext/progress.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/progress.py	Tue May 15 14:37:49 2012 -0500
@@ -40,6 +40,7 @@
 
 from mercurial import util
 from mercurial.i18n import _
+testedwith = 'internal'
 
 def spacejoin(*args):
     return ' '.join(s for s in args if s)