diff tests/test-fileset.t @ 38810:4fe8d1f077b8

help: add quotes to a few commands we point to I didn't know that 'hg help "revsets.x or y"' was valid syntax, so the quoting is extra useful here to make it clear that that is an actual command. Differential Revision: https://phab.mercurial-scm.org/D4059
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 02 Aug 2018 13:35:13 -0700
parents d82c4d42b615
children 6371ab78c3b3
line wrap: on
line diff
--- a/tests/test-fileset.t	Wed Aug 01 23:25:35 2018 -0400
+++ b/tests/test-fileset.t	Thu Aug 02 13:35:13 2018 -0700
@@ -118,7 +118,7 @@
     (symbol 'b')
     (symbol 'c'))
   hg: parse error: can't use a list in this context
-  (see hg help "filesets.x or y")
+  (see 'hg help "filesets.x or y"')
   [255]
 
   $ fileset '"path":.'
@@ -298,7 +298,7 @@
   [255]
   $ fileset '(1k, 2k)'
   hg: parse error: can't use a list in this context
-  (see hg help "filesets.x or y")
+  (see 'hg help "filesets.x or y"')
   [255]
   $ fileset 'size(1k)'
   1k