hgext/progress.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 04 Jul 2015 10:56:37 +0900
changeset 25734 9086d0c1def3
parent 25522 15c2c580b2a7
child 26073 5ef327e9c157
permissions -rw-r--r--
import-checker: exclude mercurial packages installed into the system path If mercurial was installed into a directory other than the site-packages, test-module-imports.t failed as 'mercurial.node' was listed in stdlib_modules: testpackage/latesymbolimport.py relative import of stdlib module Instead, we should exclude our packages explicitly.

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