Home | History | Annotate | Download | only in codereview

Lines Matching refs:JSONGet

525 		d = JSONGet(ui, "/api/" + name + "?messages=true")
2326 def JSONGet(ui, path):
2332 ui.warn("JSONGet %s: %s\n" % (path, ExceptionDetail()))
2364 dict = JSONGet(ui, "/api/" + clname + "?messages=true")
2392 patchset = JSONGet(ui, "/api/" + clname + "/" + str(patchid))