##// END OF EJS Templates
test-subrepo-svn: fix strange svn behaviour on windows...
Patrick Mezard -
r11142:0bf79efe default
parent child Browse files
Show More
@@ -63,7 +63,8 b' echo'
63 echo % change file in svn and hg, commit
63 echo % change file in svn and hg, commit
64 echo a >> a
64 echo a >> a
65 echo alpha >> s/alpha
65 echo alpha >> s/alpha
66 hg commit -m 'Message!' | sed "$filterexternal"
66 hg commit -m 'Message!' | sed "$filterexternal" \
67 | sed 's:Sending.*s/alpha:Sending s/alpha:g'
67 hg debugsub | sed "$filterpath"
68 hg debugsub | sed "$filterpath"
68
69
69 echo
70 echo
General Comments 0
You need to be logged in to leave comments. Login now