changeset 3404:2e1d8b238b6c

Test annotate using named rev instead of linkrev
author Brendan Cully <brendan@kublai.com>
date Sun, 15 Oct 2006 20:57:30 -0700
parents 1a437b0f4902
children 970b2d6de3b3
files tests/test-annotate tests/test-annotate.out
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-annotate
+++ b/tests/test-annotate
@@ -71,3 +71,6 @@ echo d >> b
 hg ci -mmerge2 -d '4 0'
 echo % annotate after rename merge
 hg annotate -nf b
+
+echo % linkrev vs rev
+hg annotate -r tip a
--- a/tests/test-annotate.out
+++ b/tests/test-annotate.out
@@ -48,3 +48,7 @@ 3 b: b
 4 b: c
 3 b: b
 7 b: d
+% linkrev vs rev
+0: a
+1: a
+1: a