tests/test-log
changeset 4167 4574a8cb080f
parent 3837 7df171ea50cd
child 4180 f80cf8b7bbd9
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'