##// END OF EJS Templates
tests: stabilize test-subrepo-svn.t on Windows...
Matt Harbison -
r44555:e598c874 default
parent child Browse files
Show More
@@ -87,10 +87,12 debugsub
87
87
88 $ hg debugsub
88 $ hg debugsub
89 path s
89 path s
90 source file:/*/$TESTTMP/svn-repo/src (glob)
90 source file:/*/svn-repo/src (glob) (windows !)
91 source file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
91 revision 2
92 revision 2
92 path subdir/s
93 path subdir/s
93 source file:/*/$TESTTMP/svn-repo/src (glob)
94 source file:/*/svn-repo/src (glob) (windows !)
95 source file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
94 revision 2
96 revision 2
95
97
96 change file in svn and hg, commit
98 change file in svn and hg, commit
@@ -113,10 +115,12 change file in svn and hg, commit
113 At revision 3.
115 At revision 3.
114 $ hg debugsub
116 $ hg debugsub
115 path s
117 path s
116 source file:/*/$TESTTMP/svn-repo/src (glob)
118 source file:/*/svn-repo/src (glob) (windows !)
119 source file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
117 revision 3
120 revision 3
118 path subdir/s
121 path subdir/s
119 source file:/*/$TESTTMP/svn-repo/src (glob)
122 source file:/*/svn-repo/src (glob) (windows !)
123 source file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
120 revision 2
124 revision 2
121
125
122 missing svn file, commit should fail
126 missing svn file, commit should fail
@@ -235,10 +239,12 debugsub in clone
235
239
236 $ hg debugsub
240 $ hg debugsub
237 path s
241 path s
238 source file:/*/$TESTTMP/svn-repo/src (glob)
242 source file:/*/svn-repo/src (glob) (windows !)
243 source file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
239 revision 3
244 revision 3
240 path subdir/s
245 path subdir/s
241 source file:/*/$TESTTMP/svn-repo/src (glob)
246 source file:/*/svn-repo/src (glob) (windows !)
247 source file:/*/$TESTTMP/svn-repo/src (glob) (no-windows !)
242 revision 2
248 revision 2
243
249
244 verify subrepo is contained within the repo directory
250 verify subrepo is contained within the repo directory
@@ -574,8 +580,8 Test archive
574 Test forgetting files, not implemented in svn subrepo, used to
580 Test forgetting files, not implemented in svn subrepo, used to
575 traceback
581 traceback
576
582
577 $ hg forget 'notafile*'
583 $ hg forget 'notafile'
578 notafile*: $ENOENT$
584 notafile: $ENOENT$
579 [1]
585 [1]
580
586
581 Test a subrepo referencing a just moved svn path. Last commit rev will
587 Test a subrepo referencing a just moved svn path. Last commit rev will
General Comments 0
You need to be logged in to leave comments. Login now