diff tests/test-push-checkheads-unpushed-D7.t @ 3839:ac0717f23921

evolve: show unfinished information in `hg status -v` (issue5886) `hg status -v` shows information about unfinished states or `hg status` shows it when `commands.status.verbose=True` is set. Before this patch, information about interrupted evolve does not show up because evolve does not resgiters in cmdutil.STATES. This patch make sure we register evolve related information there. There has been an idea to unify cmdutil.unfinishedstates and cmdutil.STATES which needs some work and the resulting state does looks a bit complicated. So till the time we unify them, let's fix this bug by registering in cmdutil.STATES.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 06 Jun 2018 04:29:05 +0530
parents 21f06d932231
children 2280461343e5 62b60fc1983d
line wrap: on
line diff