comparison tests/test-url-rev.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 6084926366b9
children 3f4e1c033f40
comparison
equal deleted inserted replaced
29981:73b1c328a7da 29982:3d2ea1403c62
39 user: test 39 user: test
40 date: Thu Jan 01 00:00:00 1970 +0000 40 date: Thu Jan 01 00:00:00 1970 +0000
41 summary: change a 41 summary: change a
42 42
43 $ cat clone/.hg/hgrc 43 $ cat clone/.hg/hgrc
44 # example repository config (see "hg help config" for more info) 44 # example repository config (see 'hg help config' for more info)
45 [paths] 45 [paths]
46 default = $TESTTMP/repo#foo (glob) 46 default = $TESTTMP/repo#foo (glob)
47 47
48 # path aliases to other clones of this repo in URLs or filesystem paths 48 # path aliases to other clones of this repo in URLs or filesystem paths
49 # (see "hg help config.paths" for more info) 49 # (see 'hg help config.paths' for more info)
50 # 50 #
51 # default-push = ssh://jdoe@example.net/hg/jdoes-fork 51 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
52 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork 52 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
53 # my-clone = /home/jdoe/jdoes-clone 53 # my-clone = /home/jdoe/jdoes-clone
54 54