Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo.t @ 26614:ef1eb6df7071
simplemerge: move conflict warning message to filemerge
The current output for a failed merge with conflict markers looks something like:
merging foo
warning: conflicts during merge.
merging foo incomplete! (edit conflicts, then use 'hg resolve --mark')
merging bar
warning: conflicts during merge.
merging bar incomplete! (edit conflicts, then use 'hg resolve --mark')
We're going to change the way merges are done to perform all premerges before
all merges, so that the output above would look like:
merging foo
merging bar
warning: conflicts during merge.
merging foo incomplete! (edit conflicts, then use 'hg resolve --mark')
warning: conflicts during merge.
merging bar incomplete! (edit conflicts, then use 'hg resolve --mark')
The 'warning: conflicts during merge' line has no context, so is pretty
confusing.
This patch will change the future output to:
merging foo
merging bar
warning: conflicts while merging foo! (edit, then use 'hg resolve --mark')
warning: conflicts while merging bar! (edit, then use 'hg resolve --mark')
The hint on how to resolve the conflicts makes this a bit unwieldy, but solving
that is tricky because we already hint that people run 'hg resolve' to retry
unresolved merges. The 'hg resolve --mark' mostly applies to conflict marker
based resolution.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Fri, 09 Oct 2015 13:54:52 -0700 |
parents | a5ff66e6d77a |
children | 8e6d5b7317e6 |
line wrap: on
line diff
--- a/tests/test-subrepo.t Sun Oct 11 15:04:00 2015 -0700 +++ b/tests/test-subrepo.t Fri Oct 09 13:54:52 2015 -0700 @@ -302,8 +302,7 @@ my t@20a0db6fbf6c+ other t@7af322bc1198 ancestor t@6747d179aa9a picked tool ':merge' for t (binary False symlink False) my t@20a0db6fbf6c+ other t@7af322bc1198 ancestor t@6747d179aa9a - warning: conflicts during merge. - merging t incomplete! (edit conflicts, then use 'hg resolve --mark') + warning: conflicts while merging t! (edit, then use 'hg resolve --mark') 0 files updated, 0 files merged, 0 files removed, 1 files unresolved use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to abandon subrepo t: merge with t:7af322bc1198a32402fe903e0b7ebcfc5c9bf8f4:hg