sapling/hgext/progress.py

18 lines
705 B
Python
Raw Normal View History

2010-02-13 06:53:32 +03:00
# 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.
2010-02-13 06:53:32 +03:00
"""show progress bars for some actions (DEPRECATED)
2010-02-13 06:53:32 +03:00
This extension has been merged into core, you can remove it from your config.
See hg help config.progress for configuration options.
2010-02-13 06:53:32 +03:00
"""
# Note for extension authors: ONLY specify testedwith = 'internal' for
# extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
# be specifying the version(s) of Mercurial they are tested with, or
# leave the attribute unspecified.
testedwith = 'internal'