D5225: tweakdefaults: remove commands.resolve.mark-check=abort, it is too broken

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Mon Nov 5 23:17:57 UTC 2018


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

REVISION SUMMARY
  See issue6020 for the current case. I don't want to continue attempting to fix
  this on the stable branch, so I'm removing from tweakdefaults and will send
  fixes meant for the default branch and 4.9.

REPOSITORY
  rHG Mercurial

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

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
@@ -67,9 +67,6 @@
 update.check = noconflict
 # Show conflicts information in `hg status`
 status.verbose = True
-# Refuse to perform `hg resolve --mark` on files that still have conflict
-# markers
-resolve.mark-check = abort
 
 [diff]
 git = 1



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


More information about the Mercurial-devel mailing list