##// END OF EJS Templates
tests: make sed usage in test-unionrepo.t cross-platform...
Kevin Bullock -
r19084:70675d77 stable
parent child Browse files
Show More
@@ -26,7 +26,8 b' Create one repository'
26 $ cd repo2
26 $ cd repo2
27 $ touch repo2-1
27 $ touch repo2-1
28 $ sed '1i\
28 $ sed '1i\
29 > repo2-1 at top' f > f.tmp
29 > repo2-1 at top
30 > ' f > f.tmp
30 $ mv f.tmp f
31 $ mv f.tmp f
31 $ hg ci -Aqmrepo2-1
32 $ hg ci -Aqmrepo2-1
32 $ touch repo2-2
33 $ touch repo2-2
General Comments 0
You need to be logged in to leave comments. Login now