sapling/hgext/progress.py
Augie Fackler f0f2b10dcc progress: restore testedwith to the stub
Without this, hg always claims progress is at fault for problems,
which is completely crazy.
2015-08-25 15:52:54 -04:00

18 lines
705 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.
"""
# 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'