[PATCH morestatus-ext] morestatus: add config knob to allow some states to be skipped

Jun Wu quark at fb.com
Wed May 3 13:37:05 EDT 2017


Pushed. Thanks!

Excerpts from Augie Fackler's message of 2017-05-03 10:04:41 -0400:
> [...]
>  def getrepostate(repo):

Added "# experimental config: morestatus.skipstates" here to make
"test-check-config-hg.t" happy.

> +    skip = set(repo.ui.configlist('morestatus', 'skipstates', []))
> [...]


More information about the Mercurial-devel mailing list