tests/test-annotate
changeset 4659 7a7d4937272b
parent 4640 178778ca648f
child 4847 2192001e4bb4
equal deleted inserted replaced
4658:17f5d2069551 4659:7a7d4937272b
    76 
    76 
    77 echo % linkrev vs rev
    77 echo % linkrev vs rev
    78 hg annotate -r tip a
    78 hg annotate -r tip a
    79 
    79 
    80 # test issue 589
    80 # test issue 589
    81 # annotate was crashing when trying to --follow something 
    81 # annotate was crashing when trying to --follow something
    82 # like A -> B -> A
    82 # like A -> B -> A
    83 echo % generate ABA rename configuration
    83 echo % generate ABA rename configuration
    84 echo foo > foo
    84 echo foo > foo
    85 hg add foo
    85 hg add foo
    86 hg ci -m addfoo
    86 hg ci -m addfoo