tests/test-backwards-remove
author Bryan O'Sullivan <bos@serpentine.com>
Fri, 01 Feb 2008 13:11:03 -0800
changeset 5996 3f9ce63da18c
parent 1933 7544700fd931
permissions -rwxr-xr-x
convert: allow synthetic history to be spliced in. Useful for recreating history in the face of SVN lossage.

#!/bin/sh
hg init
echo This is file a1 > a
hg add a
hg commit -m "commit #0" -d "1000000 0"
ls
echo This is file b1 > b
hg add b
hg commit -m "commit #1" -d "1000000 0"
hg co 0
# B should disappear
ls