comparison tests/test-convert-svn-source.t @ 12377:a5b77eb0409b

tests: various fixes for new unified test pattern format
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Sep 2010 18:20:47 -0500
parents f98010f57a5e
children 3178aca36b0f
comparison
equal deleted inserted replaced
12376:97ffc68f71d3 12377:a5b77eb0409b
10 > convert = 10 > convert =
11 > graphlog = 11 > graphlog =
12 > EOF 12 > EOF
13 13
14 $ svnadmin create svn-repo 14 $ svnadmin create svn-repo
15 $ svnadmin setuuid svn-repo 00000000-0000-0000-0000-000000000000
16 $ svnpath=`pwd | fixpath` 15 $ svnpath=`pwd | fixpath`
17 16
18 17
19 $ expr "$svnpath" : "\/" > /dev/null 18 $ expr "$svnpath" : "\/" > /dev/null
20 > if [ $? -ne 0 ]; then 19 > if [ $? -ne 0 ]; then
173 This is also the only place testing more than one extra field in a revision. 172 This is also the only place testing more than one extra field in a revision.
174 173
175 $ cd stoprev 174 $ cd stoprev
176 $ hg tip --debug | grep extra 175 $ hg tip --debug | grep extra
177 extra: branch=default 176 extra: branch=default
178 extra: convert_revision=svn:00000000-0000-0000-0000-000000000000/proj B/trunk@1 177 extra: convert_revision=svn:........-....-....-....-............/proj B/trunk@1 (re)
179 $ cd .. 178 $ cd ..