comparison tests/test-clone.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 5986f44ea63c
children d976542986d2
comparison
equal deleted inserted replaced
13954:1184bb274cb3 13956:ffb5c09ba822
1 Prepare repo a: 1 Prepare repo a:
2 2
3 $ mkdir a 3 $ hg init a
4 $ cd a 4 $ cd a
5 $ hg init
6 $ echo a > a 5 $ echo a > a
7 $ hg add a 6 $ hg add a
8 $ hg commit -m test 7 $ hg commit -m test
9 $ echo first line > b 8 $ echo first line > b
10 $ hg add b 9 $ hg add b