tests/test-empty
author Mads Kiilerich <mads@kiilerich.com>
Sat, 20 Jun 2009 16:06:54 +0200
changeset 8867 ff817723280a
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
contrib/buildrpm: Support python 2.4 and 2.6

#!/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