_readmapfile() is about reading a map file from the file system, so
we shouldn't use our util.normpath(), which also normalizes os.sep
to '/'.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG28840ef52f71: templater: don't normalize path separators to '/' when interacting with OS
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.