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