diff 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
line wrap: on
line diff
--- a/tests/test-subrepo-svn	Sat Feb 13 23:50:38 2010 -0600
+++ b/tests/test-subrepo-svn	Tue Feb 09 18:32:57 2010 +0100
@@ -49,8 +49,8 @@
 echo a > a
 hg ci -Am0
 
-echo % add first svn sub
-echo "s = [svn]$SVNREPO/src" >> .hgsub
+echo % add first svn sub with leading whitespaces
+echo "s = [svn]       $SVNREPO/src" >> .hgsub
 svn co --quiet $SVNREPO/src s
 hg add .hgsub
 hg ci -m1