comparison tests/test-identify.t @ 12070:fddacca3202e

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sun, 29 Aug 2010 22:55:37 +0200
parents 141e2e964705
children 4134686b83e1
comparison
equal deleted inserted replaced
12066:d01e28657429 12070:fddacca3202e
1 $ "$TESTDIR/hghave" no-outer-repo || exit 80 1 $ "$TESTDIR/hghave" no-outer-repo || exit 80
2 2
3 no repo 3 no repo
4 4
5 $ hg id 5 $ hg id
6 abort: There is no Mercurial repository here (.hg not found) 6 abort: there is no Mercurial repository here (.hg not found)
7 7
8 create repo 8 create repo
9 9
10 $ hg init test 10 $ hg init test
11 $ cd test 11 $ cd test