##// END OF EJS Templates
Test qtop breaking when series ends with guarded patches.
Patrick Mezard -
r4405:83696720 default
parent child Browse files
Show More
@@ -54,6 +54,8 b' hg qguard c.patch'
54 54
55 55 echo % should skip c.patch
56 56 hg qpush -a
57 echo % should display b.patch
58 hg qtop
57 59
58 60 hg qguard -n c.patch
59 61 echo % should push c.patch
@@ -25,6 +25,8 b' c.patch: -a'
25 25 applying b.patch
26 26 skipping c.patch - guarded by '-a'
27 27 Now at: b.patch
28 % should display b.patch
29 b.patch
28 30 % should push c.patch
29 31 applying c.patch
30 32 Now at: c.patch
General Comments 0
You need to be logged in to leave comments. Login now