comparison tests/test-log @ 4167:4574a8cb080f

Store empty (default) branch in branch cache, too. Operations on this branch don't work otherwise. Reading branches.cache had to be adjusted to allow an empty label. Adjusted reading of the cache tip for symmetry, no functional change here.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 09 Mar 2007 18:09:02 +0100
parents 7df171ea50cd
children f80cf8b7bbd9
comparison
equal deleted inserted replaced
4157:bfeff6dcac7a 4167:4574a8cb080f
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
50 echo base > base 51 echo base > base
51 hg ci -Ambase -d '1 0' 52 hg ci -Ambase -d '1 0'
52 53
53 echo r1 >> base 54 echo r1 >> base
54 hg ci -Amr1 -d '1 0' 55 hg ci -Amr1 -d '1 0'