See test documentation for details. This is yet another corner case for copy
tracing.
Details
Details
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
mercurial/copies.py | ||
---|---|---|
402–407 | new_tt and other_tt are not the best variable names, but that's not this patch's fault. Same thing with the unreadable value[0] and value[1]. | |
tests/test-copies-chain-merge.t | ||
1629–1643 | This test case seems pretty redundant with the one in test-copies.t(which was also updated in this patch), but that's not a big deal. (Yes, I get that you test upgrades in this file too.) |
new_tt and other_tt are not the best variable names, but that's not this patch's fault. Same thing with the unreadable value[0] and value[1].