view tests/test-undo @ 2012:d07c322e0033

add missing filename title to gitweb's filelog page
author TK Soh <teekaysoh@yahoo.com>
date Tue, 28 Mar 2006 19:02:00 +0200
parents 7544700fd931
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 verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status