diff tests/test-revset.t @ 12736:7e14e67e6622

revset: use 'requires' instead of 'wants' in error message
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 16 Oct 2010 18:50:53 +0200
parents c7e619e30ba3
children 9aae04f4fcf6
line wrap: on
line diff
--- a/tests/test-revset.t	Fri Oct 15 05:21:51 2010 +0200
+++ b/tests/test-revset.t	Sat Oct 16 18:50:53 2010 +0200
@@ -148,7 +148,7 @@
   hg: parse error at 10: unexpected token: symbol
   [255]
   $ log 'date()'
-  hg: parse error: date wants a string
+  hg: parse error: date requires a string
   [255]
   $ log 'date'
   hg: parse error: can't use date here
@@ -166,7 +166,7 @@
   4
 
   $ log 'ancestor(1)'
-  hg: parse error: ancestor wants two arguments
+  hg: parse error: ancestor requires two arguments
   [255]
   $ log 'ancestor(4,5)'
   1