This makes drawdag more flexible, and allow us to create non-clean merges in
test cases.
Details
Details
- Reviewers
martinvonz - Group Reviewers
hg-reviewers - Commits
- rHG0531ffd59a98: drawdag: allow override file contents via comments
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
tests/test-drawdag.t | ||
---|---|---|
243 | Does it support creating graphs of resolved conflicts as follows? > C # A/f = a > |\ # B/f = b > A B # C/f = c |
tests/test-drawdag.t | ||
---|---|---|
243 | Yes. I uses = to indicate "replace the content". In the future we might want += to do "append content" etc. |
Comment Actions
Wait, I guess I know what you're saying. Let me double check.
UPDATE: Seems it works without modification.
Does it support creating graphs of resolved conflicts as follows?