comparison tests/test-encoding @ 3845:8958417abf62

Make test-encoding return 0
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 00:06:31 -0600
parents abaa2cd00d2b
children 46abbed02b2d
comparison
equal deleted inserted replaced
3844:3ba82c3f4bc3 3845:8958417abf62
52 echo 'fallbackencoding = koi8-r' >> .hg/hgrc 52 echo 'fallbackencoding = koi8-r' >> .hg/hgrc
53 echo % utf-8 53 echo % utf-8
54 HGENCODING=utf-8 hg log 54 HGENCODING=utf-8 hg log
55 55
56 HGENCODING=dolphin hg log 56 HGENCODING=dolphin hg log
57
58 exit 0