hgext/progress.py
author Danek Duvall <danek.duvall@oracle.com>
Mon, 20 Jul 2015 15:42:39 -0700
branchstable
changeset 25863 1b449b012073
parent 25522 15c2c580b2a7
child 26073 5ef327e9c157
permissions -rw-r--r--
tests: diff -r on Solaris emits "Common subdirectories:" When using the -r option to Solaris diff, any directores that compare identically are mentioned in the output. We don't really care about these directories for the purposes of this test, so ignore them.

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