view tests/test-basic @ 7244:127a624406b4

patch: remove double variables in copyfile() func
author Bartosz SKOWRON <getxsick at gmail dot com>
date Fri, 24 Oct 2008 20:46:56 +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