Mercurial > hg
diff tests/test-mq-guards @ 11819:1c00577b0298
qguard: label patch names by status when listing guards
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Thu, 05 Aug 2010 12:25:53 +0200 |
parents | df5d1d571d27 |
children |
line wrap: on
line diff
--- a/tests/test-mq-guards Wed Aug 11 20:16:22 2010 +0800 +++ b/tests/test-mq-guards Thu Aug 05 12:25:53 2010 +0200 @@ -97,11 +97,16 @@ hg qguard -- a.patch +1 +2 -3 hg qselect 1 2 3 + echo % list patches and guards hg qguard -l +echo % have at least one patch applied to test coloring +hg qpush echo % list patches and guards with color hg --config extensions.color= qguard --config color.mode=ansi \ -l --color=always +echo % should pop b.patch +hg qpop echo % list series hg qseries -v echo % list guards