hgext/progress.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 15 Jul 2012 12:43:10 -0400
changeset 25813 18bae5eb58c5
parent 25522 15c2c580b2a7
child 26073 5ef327e9c157
permissions -rw-r--r--
extdiff: add support for subrepos Git and svn subrepo support is incomplete, because they don't support archiving the working copy.

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