mercurial/fileset.py
changeset 27518 737ffdabbde9
parent 27464 c39ecb2b86b3
child 28056 4f8ced23345e
--- a/mercurial/fileset.py	Wed Dec 23 17:54:03 2015 +0000
+++ b/mercurial/fileset.py	Wed Dec 23 17:54:13 2015 +0000
@@ -128,7 +128,8 @@
     return [f for f in xl if f not in yl]
 
 def listset(mctx, a, b):
-    raise error.ParseError(_("can't use a list in this context"))
+    raise error.ParseError(_("can't use a list in this context"),
+                           hint=_('see hg help "filesets.x or y"'))
 
 # symbols are callable like:
 #  fun(mctx, x)