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

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Thu May 10 06:41:59 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGc6904da6ab15: tweakdefaults: remove "bisect" from commands.status.skipstates (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3516?vs=8594&id=8597

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, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list