##// END OF EJS Templates
mq: tweak config reading to make check-config happy...
mq: tweak config reading to make check-config happy The not-really-a-bool handling here upsets the type checker.

File last commit:

r25522:15c2c580 default
r25827:0fdf2c30 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.
"""