##// END OF EJS Templates
progress: deprecate the progress extension...
Pierre-Yves David -
r25522:15c2c580 default
parent child Browse files
Show More
@@ -5,10 +5,8 b''
5 5 # This software may be used and distributed according to the terms of the
6 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
11 to draw progress bars that are as informative as possible. Some progress
12 bars only offer indeterminate information, while others have a definite
13 end point.
10 This extension has been merged into core, you can remove it from your config.
11 See hg help config.progress for configuration options.
14 12 """
@@ -264,7 +264,6 b' Test extension help:'
264 264 notify hooks for sending email push notifications
265 265 pager browse command output with an external pager
266 266 patchbomb command to send changesets as (a series of) patch emails
267 progress show progress bars for some actions
268 267 purge command to delete untracked files from the working
269 268 directory
270 269 record commands to interactively select changes for
General Comments 0
You need to be logged in to leave comments. Login now