The for ... under which this cloning code exists is too complicated and based
on certain assumptions. I am going to refactor it in next patches and make it
bit saner.
Details
Details
- Reviewers
marmoute mharbison72 - Group Reviewers
hg-reviewers - Commits
- rHG85f7cf314b39: engine: refactor actual cloning code into separate function
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/upgrade_utils/engine.py | ||
---|---|---|
251–278 | (that comment got lost someone) This looks like as unnecessary nested function, lets make it a real function instead. |
(that comment got lost someone)
This looks like as unnecessary nested function, lets make it a real function instead.