equal
deleted
inserted
replaced
2032 $ cat hg.pid >> $DAEMON_PIDS |
2032 $ cat hg.pid >> $DAEMON_PIDS |
2033 |
2033 |
2034 commit message with Japanese Kanji 'Noh', which ends with '\x5c' |
2034 commit message with Japanese Kanji 'Noh', which ends with '\x5c' |
2035 |
2035 |
2036 $ echo foo >> foo |
2036 $ echo foo >> foo |
2037 $ HGENCODING=cp932 hg ci -m `python -c 'print("\x94\x5c")'` |
2037 $ HGENCODING=cp932 hg ci -m `$PYTHON -c 'print("\x94\x5c")'` |
2038 |
2038 |
2039 Graph json escape of multibyte character |
2039 Graph json escape of multibyte character |
2040 |
2040 |
2041 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/' > out |
2041 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'graph/' > out |
2042 >>> for line in open("out"): |
2042 >>> for line in open("out"): |