##// END OF EJS Templates
test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP...
Mads Kiilerich -
r12668:89e35377 default
parent child Browse files
Show More
@@ -73,7 +73,7 b' debugsub'
73
73
74 $ hg debugsub
74 $ hg debugsub
75 path s
75 path s
76 source file://$TESTTMP/svn-repo/src
76 source file://*/svn-repo/src (glob)
77 revision 2
77 revision 2
78
78
79 change file in svn and hg, commit
79 change file in svn and hg, commit
@@ -92,7 +92,7 b' change file in svn and hg, commit'
92 At revision 3.
92 At revision 3.
93 $ hg debugsub
93 $ hg debugsub
94 path s
94 path s
95 source file://$TESTTMP/svn-repo/src
95 source file://*/svn-repo/src (glob)
96 revision 3
96 revision 3
97
97
98 $ echo a > s/a
98 $ echo a > s/a
@@ -192,7 +192,7 b' debugsub in clone'
192
192
193 $ hg debugsub
193 $ hg debugsub
194 path s
194 path s
195 source file://$TESTTMP/svn-repo/src
195 source file://*/svn-repo/src (glob)
196 revision 3
196 revision 3
197
197
198 verify subrepo is contained within the repo directory
198 verify subrepo is contained within the repo directory
General Comments 0
You need to be logged in to leave comments. Login now