Submitter | phabricator |
---|---|
Date | Oct. 15, 2017, 3:59 a.m. |
Message ID | <6b69473ce1e9da85a00e3d40b327f658@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/24928/ |
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