equal
deleted
inserted
replaced
575 |
575 |
576 $ cat errors.log |
576 $ cat errors.log |
577 $ cd .. |
577 $ cd .. |
578 $ hg init eucjp |
578 $ hg init eucjp |
579 $ cd eucjp |
579 $ cd eucjp |
580 $ python -c 'print("\265\376")' >> eucjp.txt # Japanese kanji "Kyo" |
580 $ $PYTHON -c 'print("\265\376")' >> eucjp.txt # Japanese kanji "Kyo" |
581 $ hg ci -Ama |
581 $ hg ci -Ama |
582 adding eucjp.txt |
582 adding eucjp.txt |
583 $ hgserveget () { |
583 $ hgserveget () { |
584 > "$TESTDIR/killdaemons.py" $DAEMON_PIDS |
584 > "$TESTDIR/killdaemons.py" $DAEMON_PIDS |
585 > echo % HGENCODING="$1" hg serve |
585 > echo % HGENCODING="$1" hg serve |