D3516: tweakdefaults: remove "bisect" from commands.status.skipstates

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed May 9 21:16:01 UTC 2018


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  If you forget to clear bisect state after you're done bisecting (as
  I've done twice in the last week or so), the next time you run `hg
  bisect --good/--bad`, it's going to tell you "The first bad revision
  is:" etc. It's probably not obvious to new users what's going on, and
  having the verbose output about an ongoing bisection will probably
  help them, so let's turn it back on by default.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3516

AFFECTED FILES
  mercurial/ui.py

CHANGE DETAILS

diff --git a/mercurial/ui.py b/mercurial/ui.py
--- a/mercurial/ui.py
+++ b/mercurial/ui.py
@@ -66,8 +66,6 @@
 update.check = noconflict
 # Show conflicts information in `hg status`
 status.verbose = True
-# Skip the bisect state in conflicts information in `hg status`
-status.skipstates = bisect
 
 [diff]
 git = 1



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list