comparison tests/test-pull.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 e574207e3bcd
children c5c9ca3719f9 62c9183a0bbb
comparison
equal deleted inserted replaced
13954:1184bb274cb3 13956:ffb5c09ba822
1 $ mkdir test 1 $ hg init test
2 $ cd test 2 $ cd test
3 3
4 $ echo foo>foo 4 $ echo foo>foo
5 $ hg init
6 $ hg addremove 5 $ hg addremove
7 adding foo 6 adding foo
8 $ hg commit -m 1 7 $ hg commit -m 1
9 8
10 $ hg verify 9 $ hg verify