tests/test-hgrc.t
changeset 16911 39d38f16a3f7
parent 15834 65f7e986a0d0
child 17015 73d20de5f30b
equal deleted inserted replaced
16910:ad229181ddbe 16911:39d38f16a3f7
   115   abort: only one config item permitted
   115   abort: only one config item permitted
   116   [255]
   116   [255]
   117 
   117 
   118 HGPLAIN
   118 HGPLAIN
   119 
   119 
   120   $ cd ..
       
   121   $ p=`pwd`
   120   $ p=`pwd`
   122   $ echo "[ui]" > $HGRC
   121   $ echo "[ui]" > $HGRC
   123   $ echo "debug=true" >> $HGRC
   122   $ echo "debug=true" >> $HGRC
   124   $ echo "fallbackencoding=ASCII" >> $HGRC
   123   $ echo "fallbackencoding=ASCII" >> $HGRC
   125   $ echo "quiet=true" >> $HGRC
   124   $ echo "quiet=true" >> $HGRC