tests/test-basic
author Matt Mackall <mpm@selenic.com>
Sat, 09 Dec 2006 12:46:01 -0600
changeset 3843 abaa2cd00d2b
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
make transcoding more robust default to ASCII abort if unknown encoding wrap abort strings with _ add test

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest --debug
hg cat a
hg verify