tests/test-encoding.t
branchstable
changeset 15615 41885892796e
parent 14162 301725c3df9a
child 15769 afdf4f5bac61
equal deleted inserted replaced
15610:09b200396384 15615:41885892796e
    40   $ echo "utf-8" > a
    40   $ echo "utf-8" > a
    41   $ HGENCODING=utf-8 hg ci -l utf-8
    41   $ HGENCODING=utf-8 hg ci -l utf-8
    42   $ HGENCODING=latin-1 hg tag `cat latin-1-tag`
    42   $ HGENCODING=latin-1 hg tag `cat latin-1-tag`
    43   $ HGENCODING=latin-1 hg branch `cat latin-1-tag`
    43   $ HGENCODING=latin-1 hg branch `cat latin-1-tag`
    44   marked working directory as branch \xe9 (esc)
    44   marked working directory as branch \xe9 (esc)
       
    45   (branches are permanent and global, did you want a bookmark?)
    45   $ HGENCODING=latin-1 hg ci -m 'latin1 branch'
    46   $ HGENCODING=latin-1 hg ci -m 'latin1 branch'
    46   $ rm .hg/branch
    47   $ rm .hg/branch
    47 
    48 
    48 hg log (ascii)
    49 hg log (ascii)
    49 
    50