tests/test-commandserver.t
changeset 36426 23d12524a202
parent 36289 257071fd3357
child 37009 5890e5872f36
equal deleted inserted replaced
36425:24c2c760c1cb 36426:23d12524a202
   209   largefiles.usercache=$TESTTMP/.cache/largefiles
   209   largefiles.usercache=$TESTTMP/.cache/largefiles
   210   lfs.usercache=$TESTTMP/.cache/lfs
   210   lfs.usercache=$TESTTMP/.cache/lfs
   211   ui.slash=True
   211   ui.slash=True
   212   ui.interactive=False
   212   ui.interactive=False
   213   ui.mergemarkers=detailed
   213   ui.mergemarkers=detailed
   214   ui.usehttp2=true (?)
       
   215   ui.foo=bar
   214   ui.foo=bar
   216   ui.nontty=true
   215   ui.nontty=true
   217   web.address=localhost
   216   web.address=localhost
   218   web\.ipv6=(?:True|False) (re)
   217   web\.ipv6=(?:True|False) (re)
   219   *** runcommand init foo
   218   *** runcommand init foo
   220   *** runcommand -R foo showconfig ui defaults
   219   *** runcommand -R foo showconfig ui defaults
   221   ui.slash=True
   220   ui.slash=True
   222   ui.interactive=False
   221   ui.interactive=False
   223   ui.mergemarkers=detailed
   222   ui.mergemarkers=detailed
   224   ui.usehttp2=true (?)
       
   225   ui.nontty=true
   223   ui.nontty=true
   226 
   224 
   227   $ rm -R foo
   225   $ rm -R foo
   228 
   226 
   229 #if windows
   227 #if windows