view tests/test-basic @ 7336:2dc868712dcc

hgweb: support for deny_read/allow_read options reimplementation of a patch provided by Nilton Volpato. Folded into a single patch by Thomas Arendsen Hein.
author Mark Edgington <edgimar@gmail.com>
date Fri, 31 Oct 2008 15:28:06 +0100
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