equal
deleted
inserted
replaced
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 |