Home
last modified time | relevance | path

Searched refs:ExceptionDetail (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/lib/codereview/
Dcodereview.py491 def ExceptionDetail(): function
621 ui.warn('cannot mkdir %s: %s\n' % (dir, ExceptionDetail()))
910 raise hg_util.Abort("gofmt: " + ExceptionDetail())
974 ui.write("warning: cannot open %s: %s\n" % (opening, ExceptionDetail()))
1599 …return "hgpatch: " + ExceptionDetail() + "\nInstall hgpatch with:\n$ go get code.google.com/p/go.c…
1793 raise hg_util.Abort("gofmt: " + ExceptionDetail())
2332 ui.warn("JSONGet %s: %s\n" % (path, ExceptionDetail()))
2429 print >>sys.stderr, "Loading "+request_path+": "+ExceptionDetail()+"; trying again in 2 seconds."