On first glance, the escaping of \s seems correct. However,
the shell eats the escape and we're left with '\s` in the
written file. Let's use a raw string so we don't have to
double escape.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG7396508ad92b: tests: use raw string in test-impexp-branch.t
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.