tests/test-basic
author Brodie Rao <me+hg@dackz.net>
Tue, 18 Aug 2009 14:47:41 -0400
changeset 9398 3fb8c6dbeeec
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
ui: fix NameError in ui.progress due to unit/units typo

#!/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