comparison hgext/progress.py @ 25522:15c2c580b2a7

progress: deprecate the progress extension Activating it is a absolute no-op now.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 08 Jun 2015 01:01:21 -0700
parents f5c906878a47
children 5ef327e9c157
comparison
equal deleted inserted replaced
25521:f5c906878a47 25522:15c2c580b2a7
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 8 """show progress bars for some actions (DEPRECATED)
9 9
10 This extension uses the progress information logged by hg commands 10 This extension has been merged into core, you can remove it from your config.
11 to draw progress bars that are as informative as possible. Some progress 11 See hg help config.progress for configuration options.
12 bars only offer indeterminate information, while others have a definite
13 end point.
14 """ 12 """