Is it possible to get Mercurial to show progress of long-running push or pull operation? Google tells me basically "no", but does somebody know better? I was expecting something like "hg pull -v"...
|
|
|
|
|
|
|
.
-v / --verbose is a global option that applies to all sub-functions. If you want extra data:
|
||
|
|
|
We're working on adding a progress bar. Currently the patches are here: http://bitbucket.org/astratto/progress/ with an updated version here http://bitbucket.org/mg/progress/. I don't have a target release for when these patches will be integrated, sorry. |
||
|
|
