view tests/test-basic @ 7668:876de22b70b8

coal/paper: add missing spaces in changeset child formatting
author Stepan Koltsov <yozh@mx1.ru>
date Mon, 19 Jan 2009 12:36: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