view tests/test-basic @ 5139:49554ba98951

debugstate: print symlinks as 'lnk', not '777'
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 09 Aug 2007 20:03:34 -0700
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