tests/test-empty
author Matt Mackall <mpm@selenic.com>
Fri, 03 Apr 2009 12:37:06 -0500
changeset 7942 553cef16031f
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
mention default branch in branch and clone help

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