sapling/hgext/progress.py
Pierre-Yves David 92e8fb7619 progress: deprecate the progress extension
Activating it is a absolute no-op now.
2015-06-08 01:01:21 -07:00

13 lines
435 B
Python

# 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.
"""