##// END OF EJS Templates
test-status-color: fix terminfo code compatibility problem...
Patrick Mezard -
r13997:b083d005 default
parent child Browse files
Show More
@@ -2,6 +2,8 b''
2 2 $ echo "color=" >> $HGRCPATH
3 3 $ echo "[color]" >> $HGRCPATH
4 4 $ echo "mode=ansi" >> $HGRCPATH
5 Terminfo codes compatibility fix
6 $ echo "color.none=0" >> $HGRCPATH
5 7
6 8 $ hg init repo1
7 9 $ cd repo1
@@ -166,15 +168,15 b' hg status -A:'
166 168 hg status -A (with terminfo color):
167 169
168 170 $ TERM=xterm hg status --config color.mode=terminfo --color=always -A
169 \x1b(B\x1b[m\x1b[32m\x1b[1mA added\x1b(B\x1b[m (esc)
170 \x1b(B\x1b[m\x1b[32m\x1b[1mA copied\x1b(B\x1b[m (esc)
171 \x1b(B\x1b[m\x1b(B\x1b[m modified\x1b(B\x1b[m (esc)
172 \x1b(B\x1b[m\x1b[31m\x1b[1mR removed\x1b(B\x1b[m (esc)
173 \x1b(B\x1b[m\x1b[36m\x1b[1m\x1b[4m! deleted\x1b(B\x1b[m (esc)
174 \x1b(B\x1b[m\x1b[35m\x1b[1m\x1b[4m? unknown\x1b(B\x1b[m (esc)
175 \x1b(B\x1b[m\x1b[30m\x1b[1mI ignored\x1b(B\x1b[m (esc)
176 \x1b(B\x1b[m\x1b(B\x1b[mC .hgignore\x1b(B\x1b[m (esc)
177 \x1b(B\x1b[m\x1b(B\x1b[mC modified\x1b(B\x1b[m (esc)
171 \x1b[30m\x1b[32m\x1b[1mA added\x1b[30m (esc)
172 \x1b[30m\x1b[32m\x1b[1mA copied\x1b[30m (esc)
173 \x1b[30m\x1b[30m modified\x1b[30m (esc)
174 \x1b[30m\x1b[31m\x1b[1mR removed\x1b[30m (esc)
175 \x1b[30m\x1b[36m\x1b[1m\x1b[4m! deleted\x1b[30m (esc)
176 \x1b[30m\x1b[35m\x1b[1m\x1b[4m? unknown\x1b[30m (esc)
177 \x1b[30m\x1b[30m\x1b[1mI ignored\x1b[30m (esc)
178 \x1b[30m\x1b[30mC .hgignore\x1b[30m (esc)
179 \x1b[30m\x1b[30mC modified\x1b[30m (esc)
178 180
179 181
180 182 $ echo "^ignoreddir$" > .hgignore
General Comments 0
You need to be logged in to leave comments. Login now