##// END OF EJS Templates
hgk: tweak doc format for path option...
hgk: tweak doc format for path option This lets the config checker see it.

File last commit:

r25522:15c2c580 default
r25793:08495766 default
Show More
progress.py
12 lines | 435 B | text/x-python | PythonLexer
# progress.py show progress bars for some actions
#
# Copyright (C) 2010 Augie Fackler <durin42@gmail.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
"""show progress bars for some actions (DEPRECATED)
This extension has been merged into core, you can remove it from your config.
See hg help config.progress for configuration options.
"""