comparison tests/test-command-template @ 1918:7f0899f7828c

fix template tests.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 12 Mar 2006 15:50:18 -0800
parents 95b2e14841f5
children d59fc0d4558f
comparison
equal deleted inserted replaced
1917:7f578969f3f6 1918:7f0899f7828c
14 echo other 3 >> c 14 echo other 3 >> c
15 hg commit -l c -d '1123456789 0' -u 'A. N. Other <other@place>' 15 hg commit -l c -d '1123456789 0' -u 'A. N. Other <other@place>'
16 hg add c 16 hg add c
17 hg commit -m 'no person' -d '1134567890 0' -u 'other@place' 17 hg commit -m 'no person' -d '1134567890 0' -u 'other@place'
18 echo c >> c 18 echo c >> c
19 hg commit -m 'no user, no domain' -d '11445678900 0' -u 'person' 19 hg commit -m 'no user, no domain' -d '1144567890 0' -u 'person'
20 20
21 # make sure user/global hgrc does not affect tests 21 # make sure user/global hgrc does not affect tests
22 echo '[ui]' > .hg/hgrc 22 echo '[ui]' > .hg/hgrc
23 echo 'logtemplate =' >> .hg/hgrc 23 echo 'logtemplate =' >> .hg/hgrc
24 echo 'style =' >> .hg/hgrc 24 echo 'style =' >> .hg/hgrc