tests/test-issue436
author Martin Geisler <mg@lazybytes.net>
Mon, 02 Nov 2009 21:55:59 +0100
changeset 9705 563a9c3a7d2e
parent 3749 f9567a7fa3b3
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 -v log -v
hg -v log -v x
true