Searched refs:hg_util (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py62 from mercurial import util as hg_util namespace
121 raise hg_util.Abort("type check failed: %s has type %s != %s" % (repr(s), type(s), t))
367 raise hg_util.Abort("failed to update issue: " + response_body)
913 raise hg_util.Abort("gofmt: " + ExceptionDetail())
926 raise hg_util.Abort(msg)
955 raise hg_util.Abort(msg)
1003 raise hg_util.Abort("cannot find %s in CONTRIBUTORS" % (user,))
1010 raise hg_util.Abort("[ui] username is not configured in .hgrc")
1031 hgversion = hg_util.version()
1063 raise hg_util
[all...]
/external/regex-re2/lib/codereview/
H A Dcodereview.py62 from mercurial import util as hg_util namespace
121 raise hg_util.Abort("type check failed: %s has type %s != %s" % (repr(s), type(s), t))
367 raise hg_util.Abort("failed to update issue: " + response_body)
910 raise hg_util.Abort("gofmt: " + ExceptionDetail())
923 raise hg_util.Abort(msg)
952 raise hg_util.Abort(msg)
1000 raise hg_util.Abort("cannot find %s in CONTRIBUTORS" % (user,))
1007 raise hg_util.Abort("[ui] username is not configured in .hgrc")
1028 hgversion = hg_util.version()
1060 raise hg_util
[all...]

Completed in 33 milliseconds