I found this test case really hard to read because it requires
scrolling back and forth between the setup and the verification. The
next patch will move the verification close to the merge commits they
test. This patch prepares for that by moving all branch creation first
so they are separate from the merge commits (because many merge
commits reuse the same branches).
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG4e2845d9452d: tests: collect all branch creation in one place in test-copies-chain-merge.t
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
Comment Actions
I was trying to understand what's going on the test modified here and this patch helped me. Thanks!
Comment Actions
I would prefer you wait for planned change to land before you do further change to the file. The coming changes fixes bug and I rather not have to fix too many conflict while doing so.
Comment Actions
I already pushed them, I will resolve conflicts on those couple of patches and update them on heptapod.