diff tests/test-annotate.t @ 32085:2a2744dffecf stable

revset: add i18n comments to error messages for followlines predicate This patch also includes un-quoting "descend" keyword for similarity to other error messages (this seems too trivial as a separated patch).
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 01 May 2017 05:52:36 +0900
parents befefdd34cf8
children 1df80eff24cf
line wrap: on
line diff
--- a/tests/test-annotate.t	Mon May 01 05:52:32 2017 +0900
+++ b/tests/test-annotate.t	Mon May 01 05:52:36 2017 +0900
@@ -668,7 +668,7 @@
   hg: parse error at 43: syntax error in revset 'followlines(baz, 2:4, startrev=20, descend=[1])'
   [255]
   $ hg log -r 'followlines(baz, 2:4, startrev=20, descend=a)'
-  hg: parse error: 'descend' argument must be a boolean
+  hg: parse error: descend argument must be a boolean
   [255]
 
 Test annotate with whitespace options