view tests/test-issue436 @ 10145:aec936051734

dirstate: improve docstring formatting Triple-quoted strings are easier to spot than single-quoted strings.
author Martin Geisler <mg@lazybytes.net>
date Sun, 27 Dec 2009 23:24:05 +0100
parents f9567a7fa3b3
children
line wrap: on
line source

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true