There is no point in lazy importing mercurial.node, it is used all over
the place anyway. So consistently import the used symbols directly.
Fix one file using symbols indirectly via mercurial.revlog.
Details
Details
- Reviewers
durin42 martinvonz Alphare - Group Reviewers
hg-reviewers - Commits
- rHG59fa3890d40a: node: import symbols explicitly
rHGe1417d7c4ff3: node: import symbols explicitly
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.