##// END OF EJS Templates
test-mq: better tests delimitation
Patrick Mezard -
r10149:fa7170d6 default
parent child Browse files
Show More
@@ -368,8 +368,9 b' cat >>$HGRCPATH <<EOF'
368 368 git = False
369 369 EOF
370 370 hg qdiff --git
371 cd ..
371 372
372 cd ..
373 echo % test file addition in slow path
373 374 hg init slow
374 375 cd slow
375 376 hg qinit
@@ -394,7 +395,7 b" hg log -v --template '{rev} {file_copies"
394 395 hg qrefresh
395 396 grep 'diff --git' .hg/patches/bar
396 397
397 echo
398 echo % test file move chains in the slow path
398 399 hg up -C 1
399 400 echo >> foo
400 401 hg ci -m 'change foo again'
@@ -380,6 +380,7 b' copy to copy'
380 380 diff --git a/new b/copy
381 381 copy from new
382 382 copy to copy
383 % test file addition in slow path
383 384 1 files updated, 0 files merged, 2 files removed, 0 files unresolved
384 385 created new head
385 386 2 files updated, 0 files merged, 1 files removed, 0 files unresolved
@@ -415,7 +416,7 b' rename to baz'
415 416 2 baz (foo)
416 417 diff --git a/bar b/bar
417 418 diff --git a/foo b/baz
418
419 % test file move chains in the slow path
419 420 1 files updated, 0 files merged, 2 files removed, 0 files unresolved
420 421 2 files updated, 0 files merged, 1 files removed, 0 files unresolved
421 422 popping bar
General Comments 0
You need to be logged in to leave comments. Login now