Lines Matching refs:ExceptionDetail
491 def ExceptionDetail():
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.codereview/cmd/hgpatch\n"
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."