##// END OF EJS Templates
progress: empty the extension of any logic...
progress: empty the extension of any logic The default value match the one enforce by the extension, we can remove that logic.

File last commit:

r25521:f5c90687 default
r25521:f5c90687 default
Show More
progress.py
14 lines | 512 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
This extension uses the progress information logged by hg commands
to draw progress bars that are as informative as possible. Some progress
bars only offer indeterminate information, while others have a definite
end point.
"""