##// END OF EJS Templates
tests: make config/help tests pass even if chgserver extension is loaded...
Yuya Nishihara -
r28610:3aa50c9d default
parent child Browse files
Show More
@@ -6,6 +6,7 b' Create a repository:'
6 6 defaults.shelve=--date "0 0"
7 7 defaults.tag=-d "0 0"
8 8 devel.all-warnings=true
9 extensions.chgserver= (?)
9 10 largefiles.usercache=$TESTTMP/.cache/largefiles (glob)
10 11 ui.slash=True
11 12 ui.interactive=False
@@ -241,6 +241,7 b' Test extension help:'
241 241
242 242 enabled extensions:
243 243
244 chgserver command server extension for cHg (EXPERIMENTAL) (?)
244 245 children command to display child changesets (DEPRECATED)
245 246 rebase command to move sets of revisions to a different ancestor
246 247
@@ -46,6 +46,7 b" Issue1199: Can't use '%' in hgrc (eg url"
46 46 default = $TESTTMP/foo%bar (glob)
47 47 $ hg showconfig
48 48 bundle.mainreporoot=$TESTTMP/foobar (glob)
49 extensions.chgserver= (?)
49 50 paths.default=$TESTTMP/foo%bar (glob)
50 51 $ cd ..
51 52
@@ -80,6 +81,7 b' make sure global options given on the cm'
80 81
81 82 $ hg showconfig --config ui.verbose=True --quiet
82 83 bundle.mainreporoot=$TESTTMP
84 extensions.chgserver= (?)
83 85 ui.verbose=False
84 86 ui.debug=False
85 87 ui.quiet=True
@@ -111,6 +113,7 b' username expansion'
111 113
112 114 $ hg showconfig
113 115 bundle.mainreporoot=$TESTTMP
116 extensions.chgserver= (?)
114 117 ui.username=$FAKEUSER
115 118
116 119 $ unset FAKEUSER
@@ -156,6 +159,7 b' customized hgrc'
156 159 $TESTTMP/hgrc:13: alias.log=log -g
157 160 repo: bundle.mainreporoot=$TESTTMP
158 161 $TESTTMP/hgrc:11: defaults.identify=-n
162 --config: extensions.chgserver= (?)
159 163 $TESTTMP/hgrc:2: ui.debug=true
160 164 $TESTTMP/hgrc:3: ui.fallbackencoding=ASCII
161 165 $TESTTMP/hgrc:4: ui.quiet=true
@@ -171,6 +175,7 b' plain hgrc'
171 175 $ hg showconfig --config ui.traceback=True --debug
172 176 read config from: $TESTTMP/hgrc
173 177 repo: bundle.mainreporoot=$TESTTMP
178 --config: extensions.chgserver= (?)
174 179 --config: ui.traceback=True
175 180 --verbose: ui.verbose=False
176 181 --debug: ui.debug=True
@@ -190,6 +195,7 b' plain mode with exceptions'
190 195 read config from: $TESTTMP/hgrc
191 196 repo: bundle.mainreporoot=$TESTTMP
192 197 $TESTTMP/hgrc:15: extensions.plain=./plain.py
198 --config: extensions.chgserver= (?)
193 199 --config: ui.traceback=True
194 200 --verbose: ui.verbose=False
195 201 --debug: ui.debug=True
@@ -200,6 +206,7 b' plain mode with exceptions'
200 206 read config from: $TESTTMP/hgrc
201 207 repo: bundle.mainreporoot=$TESTTMP
202 208 $TESTTMP/hgrc:15: extensions.plain=./plain.py
209 --config: extensions.chgserver= (?)
203 210 --config: ui.traceback=True
204 211 --verbose: ui.verbose=False
205 212 --debug: ui.debug=True
@@ -210,6 +217,7 b' plain mode with exceptions'
210 217 read config from: $TESTTMP/hgrc
211 218 repo: bundle.mainreporoot=$TESTTMP
212 219 $TESTTMP/hgrc:15: extensions.plain=./plain.py
220 --config: extensions.chgserver= (?)
213 221 --config: ui.traceback=True
214 222 --verbose: ui.verbose=False
215 223 --debug: ui.debug=True
General Comments 0
You need to be logged in to leave comments. Login now