comparison tests/test-rollback.t @ 13956:ffb5c09ba822

tests: remove redundant mkdir There are still many tests that check that a bare 'hg init' initializes the current directory.
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 Apr 2011 12:04:44 +0200
parents 1e497df514e2
children 141f88ae5276
comparison
equal deleted inserted replaced
13954:1184bb274cb3 13956:ffb5c09ba822
1 1
2 $ mkdir t 2 $ hg init t
3 $ cd t 3 $ cd t
4 $ hg init
5 $ echo a > a 4 $ echo a > a
6 $ hg add a 5 $ hg add a
7 $ hg commit -m "test" 6 $ hg commit -m "test"
8 $ hg verify 7 $ hg verify
9 checking changesets 8 checking changesets