diff tests/test-revset.t @ 19706:26ddce1a2a55 stable

revset: fix wrong keyword() behaviour for strings with spaces Some changesets can be wrongly reported as matched by this predicate due to searching in a string joined with spaces and not individually. A test case added, which fails without this fix.
author Alexander Plavin <alexander@plav.in>
date Tue, 06 Aug 2013 00:52:06 +0400
parents f3245f22771c
children 760151697a4f
line wrap: on
line diff
--- a/tests/test-revset.t	Tue Sep 03 18:05:11 2013 -0500
+++ b/tests/test-revset.t	Tue Aug 06 00:52:06 2013 +0400
@@ -328,6 +328,7 @@
   7
   $ log 'keyword(issue)'
   6
+  $ log 'keyword("test a")'
   $ log 'limit(head(), 1)'
   0
   $ log 'matching(6)'