tests/test-convert-svn-source
changeset 5804 de8311f7a31b
parent 5782 7eb1146b72ec
child 5854 8b95f598097c
--- a/tests/test-convert-svn-source	Fri Jan 04 23:43:49 2008 +0100
+++ b/tests/test-convert-svn-source	Fri Jan 04 23:43:55 2008 +0100
@@ -26,7 +26,7 @@
     svnpath='/'$svnpath
 fi
 
-svnurl=file://$svnpath/svn-repo/trunk
+svnurl=file://$svnpath/svn-repo/trunk/test
 svn import -m init t $svnurl | fix_path
 
 echo % update svn repository
@@ -60,6 +60,10 @@
 
 echo % test stop revision
 hg convert --rev 1 $svnurl stoprev
+# Check convert_revision extra-records.
+# This is also the only place testing more than one extra field
+# in a revision.
+hg --cwd stoprev tip --debug | grep extra | sed 's/=.*/=/'
 
 ########################################