##// END OF EJS Templates
progress: restore testedwith to the stub...
Augie Fackler -
r26073:5ef327e9 default
parent child Browse files
Show More
@@ -1,12 +1,17 b''
1 # progress.py show progress bars for some actions
1 # progress.py show progress bars for some actions
2 #
2 #
3 # Copyright (C) 2010 Augie Fackler <durin42@gmail.com>
3 # Copyright (C) 2010 Augie Fackler <durin42@gmail.com>
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 """show progress bars for some actions (DEPRECATED)
8 """show progress bars for some actions (DEPRECATED)
9
9
10 This extension has been merged into core, you can remove it from your config.
10 This extension has been merged into core, you can remove it from your config.
11 See hg help config.progress for configuration options.
11 See hg help config.progress for configuration options.
12 """
12 """
13 # Note for extension authors: ONLY specify testedwith = 'internal' for
14 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
15 # be specifying the version(s) of Mercurial they are tested with, or
16 # leave the attribute unspecified.
17 testedwith = 'internal'
General Comments 0
You need to be logged in to leave comments. Login now