tests/test-basic
author Vadim Gelfer <vadim.gelfer@gmail.com>
Thu, 11 May 2006 22:10:47 -0700
changeset 2272 e9a0ed9ed4d9
parent 1933 7544700fd931
child 3736 ad3d5b4367cb
permissions -rwxr-xr-x
revert: fix corner case found by faheem mitha. if file not in dest manifest, remove only if in source manifest.

#!/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
hg cat a
hg verify