comparison tests/test-subrepo-svn @ 10457:4f38d03d4975 stable

subrepo: make sure that the source path is stripped Test by Patrick Mézard <pmezard@gmail.com>
author David Soria Parra <dsp@php.net>
date Tue, 09 Feb 2010 18:32:57 +0100
parents caaa1f99d681
children c52057614c72
comparison
equal deleted inserted replaced
10456:64a6a896e5fb 10457:4f38d03d4975
47 47
48 echo % first revision, no sub 48 echo % first revision, no sub
49 echo a > a 49 echo a > a
50 hg ci -Am0 50 hg ci -Am0
51 51
52 echo % add first svn sub 52 echo % add first svn sub with leading whitespaces
53 echo "s = [svn]$SVNREPO/src" >> .hgsub 53 echo "s = [svn] $SVNREPO/src" >> .hgsub
54 svn co --quiet $SVNREPO/src s 54 svn co --quiet $SVNREPO/src s
55 hg add .hgsub 55 hg add .hgsub
56 hg ci -m1 56 hg ci -m1
57 echo % debugsub 57 echo % debugsub
58 hg debugsub | $filterpath 58 hg debugsub | $filterpath