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

/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py1402 # hg clpatch / undo / release-apply / download
1406 def clpatch(ui, repo, clname, **opts): function
1417 return "cannot run hg clpatch outside default branch"
1418 return clpatch_or_undo(ui, repo, clname, opts, mode="clpatch")
1519 # Implementation of clpatch/undo.
1568 else: # clpatch
2118 "^clpatch": (
2119 clpatch,
/external/regex-re2/lib/codereview/
H A Dcodereview.py1399 # hg clpatch / undo / release-apply / download
1403 def clpatch(ui, repo, clname, **opts): function
1414 return "cannot run hg clpatch outside default branch"
1415 return clpatch_or_undo(ui, repo, clname, opts, mode="clpatch")
1516 # Implementation of clpatch/undo.
1565 else: # clpatch
2115 "^clpatch": (
2116 clpatch,

Completed in 105 milliseconds