$ hg pull
Password:
pulling from ssh://foo@bar.com:22//home/usr/xxx/repo
searching for changes
adding changesets
adding manifests
adding file changes
It then keep showing the above for 10+ min. Is there a way to tell the progress and whether it’s still live or already dead?
Use the Progress extension by adding the following to your HGRC:
and/or use the verbose option:
There is a related question on StackOverflow that may also be useful to you.