Submitter | phabricator |
---|---|
Date | Oct. 14, 2017, 7:15 a.m. |
Message ID | <a8f9a796276dd64b6deb92c46b900919@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/24886/ |
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 @@ -53,6 +53,8 @@ [commands] # Make `hg status` emit cwd-relative paths by default. status.relative = yes +# Refuse to perform an `hg update` that would cause a file content merge +update.check=noconflict [diff] git = 1