diff -r c60a9c16ae25 -r 737ffdabbde9 mercurial/fileset.py --- 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)