comparison tests/test-subrepo-svn @ 11142:0bf79efeaa20

test-subrepo-svn: fix strange svn behaviour on windows I got a full path when pusing the external like: Sending C:/foo/bar/test-subrepo-svn/sub/t/s/alpha instead of the relative path
author Patrick Mezard <pmezard@gmail.com>
date Mon, 10 May 2010 22:52:28 +0200
parents 33119d0252c1
children
comparison
equal deleted inserted replaced
11141:df5d1d571d27 11142:0bf79efeaa20
61 61
62 echo 62 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
70 echo a > s/a 71 echo a > s/a
71 echo % should be empty despite change to s/a 72 echo % should be empty despite change to s/a