vote up 5 vote down star

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

flag

58% accept rate

2 Answers

vote up 5 vote down check

.

hg pull -v

-v / --verbose

is a global option that applies to all sub-functions.

If you want extra data:

 hg --debug -v pull
link|flag
Cheers, it was --debug I needed – mmiika Nov 21 '08 at 12:26
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.