comparison tests/test-mq @ 7048:25961e53a07f

merge with -stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 22 Sep 2008 14:47:21 +0200
parents 550c53d66949 0ada66dcc259
children 88f1b8081f1c
comparison
equal deleted inserted replaced
7047:277c91fe8384 7048:25961e53a07f
518 518
519 echo % qpush should fail, local changes 519 echo % qpush should fail, local changes
520 hg qpush 520 hg qpush
521 521
522 echo % apply force, should not discard changes with empty patch 522 echo % apply force, should not discard changes with empty patch
523 hg qpush -f 523 hg qpush -f 2>&1 | sed 's,^.*/patch,patch,g'
524 hg diff --config diff.nodates=True 524 hg diff --config diff.nodates=True
525 hg qdiff --config diff.nodates=True 525 hg qdiff --config diff.nodates=True
526 hg log -l1 -p 526 hg log -l1 -p
527 hg qref -d '0 0' 527 hg qref -d '0 0'
528 hg qpop 528 hg qpop