comparison tests/test-commandserver.t @ 31010:09ec648cd2a9

runtests: always set web.ipv6 Previously, we only set web.ipv6 if IPv6 is used, but not on the IPv4 case. Since we already have set web.address, it makes sense to move "web.ipv6" out from "extra config options".
author Jun Wu <quark@fb.com>
date Thu, 16 Feb 2017 08:43:59 -0800
parents 161ab32b44a1
children 46ba2cdda476 0134d839444b
comparison
equal deleted inserted replaced
31009:161ab32b44a1 31010:09ec648cd2a9
198 ui.mergemarkers=detailed 198 ui.mergemarkers=detailed
199 ui.usehttp2=true (?) 199 ui.usehttp2=true (?)
200 ui.foo=bar 200 ui.foo=bar
201 ui.nontty=true 201 ui.nontty=true
202 web.address=localhost 202 web.address=localhost
203 web.ipv6=True (?) 203 web\.ipv6=(?:True|False) (re)
204 *** runcommand init foo 204 *** runcommand init foo
205 *** runcommand -R foo showconfig ui defaults 205 *** runcommand -R foo showconfig ui defaults
206 defaults.backout=-d "0 0" 206 defaults.backout=-d "0 0"
207 defaults.commit=-d "0 0" 207 defaults.commit=-d "0 0"
208 defaults.shelve=--date "0 0" 208 defaults.shelve=--date "0 0"