tests/test-issue433
author Christian Ebert <blacktrash@gmx.net>
Fri, 24 Oct 2008 08:16:01 +0200
changeset 7240 dac14cc9711e
parent 4659 7a7d4937272b
child 8936 1de6e7e1bb9f
permissions -rwxr-xr-x
test 261a9f47b44b: grep w/ match in last line w/o newline Last character in match output omitted to avoid infinite loop.

#!/bin/sh
# http://www.selenic.com/mercurial/bts/issue433

hg init a
cd a
echo a > a
hg commit -Ama

hg parents -r 0 doesnotexist
true