view tests/test-undo @ 1462:12a8d772fa32

Optimizing manifest reads in changegroupsubset by using deltas.
author Eric Hopper <hopper@omnifarious.org>
date Mon, 10 Oct 2005 08:36:29 -0700
parents 0902ffece4b4
children 7544700fd931
line wrap: on
line source

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m "test" -d "0 0"
hg verify
hg parents
hg status
hg undo
hg verify
hg parents
hg status