tests/test-strict
changeset 8167 6c82beaaa11a
parent 2992 4e815ee377fd
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 hg init
     3 hg init
     4 
     4 
     5 echo a > a
     5 echo a > a
     6 hg ci -d '0 0' -Ama
     6 hg ci -Ama
     7 
     7 
     8 hg an a
     8 hg an a
     9 
     9 
    10 echo "[ui]" >> $HGRCPATH
    10 echo "[ui]" >> $HGRCPATH
    11 echo "strict=True" >> $HGRCPATH
    11 echo "strict=True" >> $HGRCPATH