comparison tests/test-rename-merge2.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 de793925862e
children efdcce3fd2d5
comparison
equal deleted inserted replaced
13954:1184bb274cb3 13956:ffb5c09ba822
15 $3 = action in working dir 15 $3 = action in working dir
16 $4 = expected result 16 $4 = expected result
17 17
18 $ tm() 18 $ tm()
19 > { 19 > {
20 > mkdir t 20 > hg init t
21 > cd t 21 > cd t
22 > hg init
23 > echo "[merge]" >> .hg/hgrc 22 > echo "[merge]" >> .hg/hgrc
24 > echo "followcopies = 1" >> .hg/hgrc 23 > echo "followcopies = 1" >> .hg/hgrc
25 > 24 >
26 > # base 25 > # base
27 > echo base > a 26 > echo base > a