Submitter | phabricator |
---|---|
Date | July 8, 2019, 1:11 p.m. |
Message ID | <ce422e615cf417f415617c6784a63622@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40808/ |
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 @@ -68,6 +68,8 @@ update.check = noconflict # Show conflicts information in `hg status` status.verbose = True +# Make `hg resolve` with no action (like `-m`) fail instead of re-merging. +resolve.explicit-re-merge = True [diff] git = 1