##// END OF EJS Templates
ui: replace obsolete default-push with default:pushurl (issue5485)...
Rishabh Madan -
r31064:4431add9 stable
parent child Browse files
Show More
@@ -57,7 +57,7 b' default = %s'
57 57 # path aliases to other clones of this repo in URLs or filesystem paths
58 58 # (see 'hg help config.paths' for more info)
59 59 #
60 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
60 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
61 61 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
62 62 # my-clone = /home/jdoe/jdoes-clone
63 63
@@ -73,7 +73,7 b' default = %s'
73 73 # (see 'hg help config.paths' for more info)
74 74 #
75 75 # default = http://example.com/hg/example-repo
76 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
76 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
77 77 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
78 78 # my-clone = /home/jdoe/jdoes-clone
79 79
@@ -35,7 +35,7 b" Issue1199: Can't use '%' in hgrc (eg url"
35 35 # path aliases to other clones of this repo in URLs or filesystem paths
36 36 # (see 'hg help config.paths' for more info)
37 37 #
38 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
38 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
39 39 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
40 40 # my-clone = /home/jdoe/jdoes-clone
41 41
@@ -33,7 +33,7 b' Cloning with a password in the URL shoul'
33 33 # path aliases to other clones of this repo in URLs or filesystem paths
34 34 # (see 'hg help config.paths' for more info)
35 35 #
36 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
36 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
37 37 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
38 38 # my-clone = /home/jdoe/jdoes-clone
39 39
@@ -43,7 +43,7 b''
43 43 # path aliases to other clones of this repo in URLs or filesystem paths
44 44 # (see 'hg help config.paths' for more info)
45 45 #
46 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
46 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
47 47 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
48 48 # my-clone = /home/jdoe/jdoes-clone
49 49
@@ -95,7 +95,7 b''
95 95 # path aliases to other clones of this repo in URLs or filesystem paths
96 96 # (see 'hg help config.paths' for more info)
97 97 #
98 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
98 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
99 99 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
100 100 # my-clone = /home/jdoe/jdoes-clone
101 101
@@ -134,7 +134,7 b' Largefiles is NOT enabled in the clone i'
134 134 # path aliases to other clones of this repo in URLs or filesystem paths
135 135 # (see 'hg help config.paths' for more info)
136 136 #
137 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
137 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
138 138 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
139 139 # my-clone = /home/jdoe/jdoes-clone
140 140
@@ -695,7 +695,7 b' The local repo enables largefiles if a l'
695 695 # path aliases to other clones of this repo in URLs or filesystem paths
696 696 # (see 'hg help config.paths' for more info)
697 697 #
698 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
698 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
699 699 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
700 700 # my-clone = /home/jdoe/jdoes-clone
701 701
@@ -48,7 +48,7 b' Test basic functionality of url#rev synt'
48 48 # path aliases to other clones of this repo in URLs or filesystem paths
49 49 # (see 'hg help config.paths' for more info)
50 50 #
51 # default-push = ssh://jdoe@example.net/hg/jdoes-fork
51 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork
52 52 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork
53 53 # my-clone = /home/jdoe/jdoes-clone
54 54
General Comments 0
You need to be logged in to leave comments. Login now