tests/test-empty
author Martin Geisler <mg@lazybytes.net>
Mon, 02 Nov 2009 21:55:59 +0100
changeset 9705 563a9c3a7d2e
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
hg.1: kill spurious backslash I believe the backslash prevented asciidoc from automatically turning "(C)" into a real copyright symbol. This replacement is not done in reST in the first place.

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