Submitter | phabricator |
---|---|
Date | Aug. 4, 2018, 5:13 p.m. |
Message ID | <e94b5baad4d57b0f33336409d915af6f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/33238/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -67,6 +67,9 @@ 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