diff tests/test-revset.t @ 12715:33820dccbea4

revset: rename tagged() to tag() and allow it to take an optional tag name
author Augie Fackler <durin42@gmail.com>
date Sun, 10 Oct 2010 12:41:36 -0500
parents e797fdf91df4
children c7e619e30ba3
line wrap: on
line diff
--- a/tests/test-revset.t	Sun Oct 10 12:40:25 2010 -0500
+++ b/tests/test-revset.t	Sun Oct 10 12:41:36 2010 -0500
@@ -287,6 +287,12 @@
   4
   $ log 'tagged()'
   6
+  $ log 'tag()'
+  6
+  $ log 'tag(1.0)'
+  6
+  $ log 'tag(tip)'
+  9
   $ log 'user(bob)'
   2