comparison tests/test-log @ 4208:f80cf8b7bbd9

Remove dummy branch hack from tests
author Matt Mackall <mpm@selenic.com>
date Tue, 13 Mar 2007 18:53:23 -0500
parents 4574a8cb080f
children e0bc2c575044
comparison
equal deleted inserted replaced
4207:7e1c8a565a4f 4208:f80cf8b7bbd9
45 hg log -pv d 45 hg log -pv d
46 46
47 # log --follow tests 47 # log --follow tests
48 hg init ../follow 48 hg init ../follow
49 cd ../follow 49 cd ../follow
50 hg branch dummy # needed so -r "" doesn't point to the unnamed/default branch
51 echo base > base 50 echo base > base
52 hg ci -Ambase -d '1 0' 51 hg ci -Ambase -d '1 0'
53 52
54 echo r1 >> base 53 echo r1 >> base
55 hg ci -Amr1 -d '1 0' 54 hg ci -Amr1 -d '1 0'