Show progress of Mercurial push/pull
Mercurial 3.5 has progress enabled by default. Earlier versions can use the standard progress extension shipped since version 1.5. Simply enable the extension by adding this to your hgrc file: [extensions] progress = You will then see progress bars on clone, push, pull, and other operations. The progress bars are only shown after an initial … Read more