Currently, failed file merges will nevertheless force the user to continue
attempting to merge all additional unresolved files. Future patches will allow
the user to halt the merge process instead. This patch first introduces a test
demonstrating the current bejhavior so the upcoming changes are more obvious.
Details
- Reviewers
quark durin42 - Group Reviewers
hg-reviewers - Commits
- rHG143337bcec9b: merge: add tests to show current behavior on failed filemerges
Diff Detail
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
tests/test-merge-halt.t | ||
---|---|---|
25 | Why test this with rebase instead of merge? |
tests/test-merge-halt.t | ||
---|---|---|
25 | That's how I roll. That being said, I'm happy to change it if people feel testing merge would provide more value. |
It seems this revision is not associated with HG callsign somehow. I've added it manually.
I guess you missed phabricator.callsign = HG in .hg/hgrc.
I guess you missed phabricator.callsign = HG in .hg/hgrc.
Yes, that's the case. I've fixed that in my repo.
Why test this with rebase instead of merge?