diff tests/test-hgrc.t @ 29982:3d2ea1403c62

samplehgrcs: use single quotes in use warning
author timeless <timeless@mozdev.org>
date Tue, 20 Sep 2016 23:49:00 +0000
parents 6aa17f86d9f0
children ff7df4bb75de
line wrap: on
line diff
--- a/tests/test-hgrc.t	Tue Sep 20 23:48:30 2016 +0000
+++ b/tests/test-hgrc.t	Tue Sep 20 23:49:00 2016 +0000
@@ -28,12 +28,12 @@
   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cd foobar
   $ cat .hg/hgrc
-  # example repository config (see "hg help config" for more info)
+  # example repository config (see 'hg help config' for more info)
   [paths]
   default = $TESTTMP/foo%bar (glob)
   
   # path aliases to other clones of this repo in URLs or filesystem paths
-  # (see "hg help config.paths" for more info)
+  # (see 'hg help config.paths' for more info)
   #
   # default-push = ssh://jdoe@example.net/hg/jdoes-fork
   # my-fork      = ssh://jdoe@example.net/hg/jdoes-fork