# HG changeset patch # User Brendan Cully # Date 2006-10-16 03:57:30 # Node ID 2e1d8b238b6cada7d2694df6bf542106acba7e59 # Parent 1a437b0f49021673b7b10f514883c312683990bc Test annotate using named rev instead of linkrev diff --git a/tests/test-annotate b/tests/test-annotate --- 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 diff --git a/tests/test-annotate.out b/tests/test-annotate.out --- 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