tests/test-empty
author Matt Mackall <mpm@selenic.com>
Thu, 23 Oct 2008 14:56:16 -0500
changeset 7230 261a9f47b44b
parent 6944 7e5f3480c45b
permissions -rwxr-xr-x
grep: avoid infinite loop when trailing newline is missing

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