comparison tests/test-up-local-change.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 bc13e17067d9
children 6c8573dd1b6b
comparison
equal deleted inserted replaced
13954:1184bb274cb3 13956:ffb5c09ba822
1 $ HGMERGE=true; export HGMERGE 1 $ HGMERGE=true; export HGMERGE
2 2
3 $ mkdir r1 3 $ hg init r1
4 $ cd r1 4 $ cd r1
5 $ hg init
6 $ echo a > a 5 $ echo a > a
7 $ hg addremove 6 $ hg addremove
8 adding a 7 adding a
9 $ hg commit -m "1" 8 $ hg commit -m "1"
10 9