tests/test-config.t
branchstable
changeset 43337 7e20b705da5b
parent 43336 a71578ec6257
child 45800 0883413e09bc
equal deleted inserted replaced
43336:a71578ec6257 43337:7e20b705da5b
   120     "value": ""
   120     "value": ""
   121    }
   121    }
   122   ]
   122   ]
   123   $ hg config --config auth.cookiefile= auth -T'json(defaultvalue)'
   123   $ hg config --config auth.cookiefile= auth -T'json(defaultvalue)'
   124   [
   124   [
   125    {"defaultvalue": ""}
   125    {"defaultvalue": null}
   126   ]
   126   ]
   127   $ hg config --config auth.cookiefile= auth -T'{defaultvalue}\n'
   127   $ hg config --config auth.cookiefile= auth -T'{defaultvalue}\n'
   128   
   128   
   129 
   129 
   130  false
   130  false