Show More
@@ -189,6 +189,8 b' check that local configs for the cached ' | |||||
189 | > foo = bar |
|
189 | > foo = bar | |
190 | > EOF |
|
190 | > EOF | |
191 |
|
191 | |||
|
192 | #if no-extraextensions | |||
|
193 | ||||
192 | >>> from hgclient import check, readchannel, runcommand, sep |
|
194 | >>> from hgclient import check, readchannel, runcommand, sep | |
193 | >>> @check |
|
195 | >>> @check | |
194 | ... def localhgrc(server): |
|
196 | ... def localhgrc(server): | |
@@ -222,6 +224,7 b' check that local configs for the cached ' | |||||
222 | ui.interactive=False |
|
224 | ui.interactive=False | |
223 | ui.mergemarkers=detailed |
|
225 | ui.mergemarkers=detailed | |
224 | ui.nontty=true |
|
226 | ui.nontty=true | |
|
227 | #endif | |||
225 |
|
228 | |||
226 | $ rm -R foo |
|
229 | $ rm -R foo | |
227 |
|
230 |
General Comments 0
You need to be logged in to leave comments.
Login now