In next patch, I wanted to check whether current repo uses treemanifest or not.
I looked for a function and found that at all places we manually check for the
requirement in repo requirements. I guess having a dedicated function for that
is much better.
Details
Details
- Reviewers
durin42 martinvonz marmoute - Group Reviewers
hg-reviewers - Commits
- rHG10284ce3d5ed: scmutil: introduce function to check whether repo uses treemanifest or not
rHG5a16798ab57f: scmutil: introduce function to check whether repo uses treemanifest or not
rHGdfe585655c3b: scmutil: introduce function to check whether repo uses treemanifest or not
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.