We'll soon return two instances of many of the dicts from
copies.mergecopies(). That will mean that we need to return 9
different dicts, which is clearly not manageable. This patch instead
encapsulates the 4 dicts we'll duplicate in a new type. For now, we
still just return one instance of it (plus the separate diverge
dict).
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG7f8bdee0034e: copies: define a type to return from mergecopies()
rHGece703502f52: copies: define a type to return from mergecopies()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage