##// END OF EJS Templates
test-subrepo-paths: use printf instead of echo...
Martin Geisler -
r11964:79bd860b default
parent child Browse files
Show More
@@ -14,7 +14,7 b' hg debugsub with no remapping'
14 hg debugsub with remapping
14 hg debugsub with remapping
15
15
16 $ echo '[subpaths]' > .hg/hgrc
16 $ echo '[subpaths]' > .hg/hgrc
17 $ echo 'http://example.net/lib(.*) = C:\libs\\1-lib\' >> .hg/hgrc
17 $ printf 'http://example.net/lib(.*) = C:\\libs\\\\1-lib\\\n' >> .hg/hgrc
18
18
19 $ hg debugsub
19 $ hg debugsub
20 path sub
20 path sub
General Comments 0
You need to be logged in to leave comments. Login now