Mercurial > public > mercurial-scm > hg
view hgext/progress.py @ 25521:f5c906878a47
progress: empty the extension of any logic
The default value match the one enforce by the extension, we can remove that
logic.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 08 Jun 2015 01:00:47 -0700 |
parents | c8fada8d9db9 |
children | 15c2c580b2a7 |
line wrap: on
line source
# 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 This extension uses the progress information logged by hg commands to draw progress bars that are as informative as possible. Some progress bars only offer indeterminate information, while others have a definite end point. """