comparison tests/test-mq-guards @ 11141:df5d1d571d27

tests: force color ansi mode on Windows
author Patrick Mezard <pmezard@gmail.com>
date Mon, 10 May 2010 22:46:16 +0200
parents 717c35d55fb3
children 1c00577b0298
comparison
equal deleted inserted replaced
11140:1f26cf0a3663 11141:df5d1d571d27
98 hg qguard -- a.patch +1 +2 -3 98 hg qguard -- a.patch +1 +2 -3
99 hg qselect 1 2 3 99 hg qselect 1 2 3
100 echo % list patches and guards 100 echo % list patches and guards
101 hg qguard -l 101 hg qguard -l
102 echo % list patches and guards with color 102 echo % list patches and guards with color
103 hg --config extensions.color= qguard -l --color=always 103 hg --config extensions.color= qguard --config color.mode=ansi \
104 -l --color=always
104 echo % list series 105 echo % list series
105 hg qseries -v 106 hg qseries -v
106 echo % list guards 107 echo % list guards
107 hg qselect 108 hg qselect
108 echo % should push b.patch 109 echo % should push b.patch