view tests/test-basic @ 8928:1e16f9b21ce4

test-globalopts: broken by output change in 62e3b9466700
author Martin Geisler <mg@lazybytes.net>
date Tue, 23 Jun 2009 23:05:51 +0200
parents ad3d5b4367cb
children
line wrap: on
line source

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