[PATCH] progress: display progress bar when HGPLAINEXCEPT contains "progress"
Yuya Nishihara
yuya at tcha.org
Sat Feb 20 08:41:51 UTC 2016
On Wed, 17 Feb 2016 15:23:54 -0800, Matt Anderson wrote:
> # HG changeset patch
> # User Matt Anderson <andersonmat at fb.com>
> # Date 1455751110 28800
> # Wed Feb 17 15:18:30 2016 -0800
> # Node ID 2c42cd3739baaef3f756b3366c2885efa5b40575
> # Parent a036e1ae1fbe88ab99cb861ebfc2e4da7a3912ca
> progress: display progress bar when HGPLAINEXCEPT contains "progress"
Looks good. Pushed to the clowncopter, thanks.
> --- a/tests/test-progress.t
> +++ b/tests/test-progress.t
> @@ -79,6 +79,13 @@
> no progress with --quiet
> $ hg -y loop 3 --quiet
>
> +test plain mode exception
> + $ export HGPLAINEXCEPT=progress
> + $ hg -y loop 1
Dropped the bashism.
More information about the Mercurial-devel
mailing list