The code was already working with relative paths in practice, since it
passed in a (repo-)relative path into its local read() function. So
all that this patch actually does is to switch to rename variables so
we use the same path by a different name. This gets us closer to
removing the "absolute" path from the include callback.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG0323972f78f3: subrepoutil: use relative path for looking up config `%include`s
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.