comparison tests/test-strict.t @ 16591:46e9ed223d2c stable

commands: parse ui.strict config item as bool
author Yuya Nishihara <yuya@tcha.org>
date Sun, 06 May 2012 23:58:04 +0900
parents d0f2a89c8cfa
children 7863ff383894
comparison
equal deleted inserted replaced
16586:ebd2ead59f1c 16591:46e9ed223d2c
3 $ echo a > a 3 $ echo a > a
4 $ hg ci -Ama 4 $ hg ci -Ama
5 adding a 5 adding a
6 6
7 $ hg an a 7 $ hg an a
8 0: a
9
10 $ hg --config ui.strict=False an a
8 0: a 11 0: a
9 12
10 $ echo "[ui]" >> $HGRCPATH 13 $ echo "[ui]" >> $HGRCPATH
11 $ echo "strict=True" >> $HGRCPATH 14 $ echo "strict=True" >> $HGRCPATH
12 15