diff tests/test-revset.t @ 16823:b23bacb230c9

revset: add pattern matching to the 'user' revset expression
author Simon King <simon@simonking.org.uk>
date Wed, 30 May 2012 23:13:58 +0100
parents 0946502fd3d5
children f3b8c82a559c
line wrap: on
line diff
--- a/tests/test-revset.t	Wed May 30 23:13:33 2012 +0100
+++ b/tests/test-revset.t	Wed May 30 23:13:58 2012 +0100
@@ -230,6 +230,17 @@
   5
   $ log 'author(bob)'
   2
+  $ log 'author("re:bob|test")'
+  0
+  1
+  2
+  3
+  4
+  5
+  6
+  7
+  8
+  9
   $ log 'branch(é)'
   8
   9