view tests/test-basic @ 1552:7509fa02437f

Added version information to "report bug" message for unknown exceptions.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 16 Nov 2005 19:19:39 +0100
parents 0902ffece4b4
children 7544700fd931
line wrap: on
line source

#!/bin/sh

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