--- a/tests/test-revset-outgoing.t Tue Sep 20 23:48:30 2016 +0000
+++ b/tests/test-revset-outgoing.t Tue Sep 20 23:49:00 2016 +0000
@@ -36,12 +36,12 @@
$ cd b
$ 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/a#stable (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
@@ -88,12 +88,12 @@
$ echo "green = ../a#default" >> .hg/hgrc
$ 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/a#stable (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