comparison tests/test-subrepo-svn.t @ 13907:a0ed0d0dd713

subrepo: fix up svn test output
author Matt Mackall <mpm@selenic.com>
date Thu, 07 Apr 2011 09:47:30 -0500
parents 42a34c0aeddc
children ecaa78594983
comparison
equal deleted inserted replaced
13906:a1e418070ff6 13907:a0ed0d0dd713
223 clone 223 clone
224 224
225 $ cd .. 225 $ cd ..
226 $ hg clone t tc | fix_path 226 $ hg clone t tc | fix_path
227 updating to branch default 227 updating to branch default
228 A tc/s/alpha
229 U tc/s
230
231 Fetching external item into 'tc/s/externals'
232 A tc/s/externals/other
233 Checked out external at revision 1.
234
235 Checked out revision 3.
228 A tc/subdir/s/alpha 236 A tc/subdir/s/alpha
229 U tc/subdir/s 237 U tc/subdir/s
230 238
231 Fetching external item into 'tc/subdir/s/externals' 239 Fetching external item into 'tc/subdir/s/externals'
232 A tc/subdir/s/externals/other 240 A tc/subdir/s/externals/other
233 Checked out external at revision 1. 241 Checked out external at revision 1.
234 242
235 Checked out revision 2. 243 Checked out revision 2.
236 A tc/s/alpha
237 U tc/s
238
239 Fetching external item into 'tc/s/externals'
240 A tc/s/externals/other
241 Checked out external at revision 1.
242
243 Checked out revision 3.
244 3 files updated, 0 files merged, 0 files removed, 0 files unresolved 244 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
245 $ cd tc 245 $ cd tc
246 246
247 debugsub in clone 247 debugsub in clone
248 248