tests/test-empty
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 13 Aug 2010 18:02:02 +0200
branchstable
changeset 11843 00f8e7837668
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
rebase: recompute the set of skipped rev when using --continue (issue2330)

#!/bin/sh

hg init a
cd a
hg log
hg grep wah
hg manifest
hg verify
ls .hg
ls .hg/store

cd ..
hg clone a b
cd b
hg verify
ls .hg
ls .hg/store