OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GitFailedException
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/tools/push-to-trunk/
git_recipes.py
77
class
GitFailedException
(Exception):
135
except
GitFailedException
: # pragma: no cover
147
except
GitFailedException
: # pragma: no cover
243
raise
GitFailedException
("Git hash %s is unknown." % git_hash)
249
raise
GitFailedException
("Couldn't convert %s to SVN." % git_hash)
common_includes.py
46
from git_recipes import
GitFailedException
354
raise
GitFailedException
("'git %s' failed." % args)
486
except
GitFailedException
:
test_scripts.py
[
all
...]
Completed in 94 milliseconds