comparison tests/test-mq-guards @ 4407:8369672060b5

Test qtop breaking when series ends with guarded patches.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 06 May 2007 18:19:25 +0200
parents 23068518deca
children 5b81c1cc6ebe
comparison
equal deleted inserted replaced
4403:249e2603324c 4407:8369672060b5
52 echo % should print -a 52 echo % should print -a
53 hg qguard c.patch 53 hg qguard c.patch
54 54
55 echo % should skip c.patch 55 echo % should skip c.patch
56 hg qpush -a 56 hg qpush -a
57 echo % should display b.patch
58 hg qtop
57 59
58 hg qguard -n c.patch 60 hg qguard -n c.patch
59 echo % should push c.patch 61 echo % should push c.patch
60 hg qpush -a 62 hg qpush -a
61 63