comparison tests/test-subrepo-svn.t @ 13332:927e3940bfc3 stable

subrepo: fix update -C with svn subrepos when cwd != repo.root
author Patrick Mezard <pmezard@gmail.com>
date Tue, 01 Feb 2011 21:39:28 +0100
parents c19b9282d3a7
children 1f2b2c33d386
comparison
equal deleted inserted replaced
13330:551856dea9a6 13332:927e3940bfc3
278 ? f2 278 ? f2
279 M alpha 279 M alpha
280 A f1 280 A f1
281 281
282 Performing status on external item at 'externals' 282 Performing status on external item at 'externals'
283 $ cd .. 283 $ cd ../..
284 $ hg update -C 284 $ hg -R t update -C
285 285
286 Fetching external item into '$TESTTMP/sub/t/s/externals' 286 Fetching external item into 't/s/externals'
287 Checked out external at revision 1. 287 Checked out external at revision 1.
288 288
289 Checked out revision 3. 289 Checked out revision 3.
290 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 290 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
291 $ cd s 291 $ cd t/s
292 $ svn status 292 $ svn status
293 ? a 293 ? a
294 X externals 294 X externals
295 ? f1 295 ? f1
296 ? f2 296 ? f2