view tests/test-basic @ 5939:56e8a54bf71d

graphlog: add test for filelog graph
author Steve Borho <steve@borho.org>
date Fri, 25 Jan 2008 10:35:04 -0600
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