Test annotate using named rev instead of linkrev
authorBrendan Cully <brendan@kublai.com>
Sun, 15 Oct 2006 20:57:30 -0700
changeset 3404 2e1d8b238b6c
parent 3403 1a437b0f4902
child 3405 970b2d6de3b3
Test annotate using named rev instead of linkrev
tests/test-annotate
tests/test-annotate.out
--- 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