tests/test-log
changeset 4208 f80cf8b7bbd9
parent 4167 4574a8cb080f
child 4510 e0bc2c575044
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'