##// END OF EJS Templates
test-subrepo-git.t: make compatible with old git
Eric Eisner -
r13331:9f2c6892 default
parent child Browse files
Show More
@@ -306,19 +306,26 b' nested archive'
306 g
306 g
307
307
308 Check hg update --clean
308 Check hg update --clean
309 $ cd $TESTTMP/t
309 $ cd $TESTTMP/ta
310 $ echo > s/g
310 $ echo > s/g
311 $ cd s
311 $ cd s
312 $ echo c1 > f1
312 $ echo c1 > f1
313 $ echo c1 > f2
313 $ echo c1 > f2
314 $ git add f1
314 $ git add f1
315 $ git status --short
316 A f1
317 M g
318 ?? f2
319 $ cd ..
315 $ cd ..
320 $ hg update -C > /dev/null 2>/dev/null
316 $ hg status -S
321 $ cd s
317 M s/g
322 $ git status --short
318 A s/f1
323 ?? f1
319 $ ls s
324 ?? f2
320 f
321 f1
322 f2
323 g
324 $ hg update --clean
325 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
326 $ hg status -S
327 $ ls s
328 f
329 f1
330 f2
331 g
General Comments 0
You need to be logged in to leave comments. Login now