##// END OF EJS Templates
Added signature for changeset 9a466b9f9792
Added signature for changeset 9a466b9f9792

File last commit:

r26073:5ef327e9 default
r26419:93bfa9fc stable
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.
"""