We build mergeactions in the beginning and use it in end. Let's build it just
before where it will be used. Helps making code much easier to understand.
Details
Details
- Reviewers
marmoute indygreg - Group Reviewers
hg-reviewers - Commits
- rHGc4f14db3da1d: merge: move initial handling of mergeactions near to later one
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
This kind of massive code block move in a huge function make me think we should slice it into smaller function. What do you think?