view tests/test-basic @ 7909:179fac5c10d8

coal/paper: Turn <img> into <img/> where missing
author Rocco Rutte <pdmef@gmx.net>
date Sat, 28 Mar 2009 22:22:22 +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