##// END OF EJS Templates
test-subrepo-svn: fix non-determinism...
Patrick Mezard -
r16526:f2cc0ffb stable
parent child Browse files
Show More
@@ -272,13 +272,13 Check hg update --clean
272 272 Checked out revision 3.
273 273 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
274 274 $ cd t/s
275 $ svn status
275 $ svn status | sort
276
276 277 ? * a (glob)
277 X * externals (glob)
278 278 ? * f1 (glob)
279 279 ? * f2 (glob)
280
281 280 Performing status on external item at 'externals'* (glob)
281 X * externals (glob)
282 282
283 283 Sticky subrepositories, no changes
284 284 $ cd $TESTTMP/sub/t
General Comments 0
You need to be logged in to leave comments. Login now