comparison tests/test-annotate @ 4659:7a7d4937272b

Kill trailing spaces
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 21 Jun 2007 09:25:49 +0200
parents 178778ca648f
children 2192001e4bb4
comparison
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