Home | History | Annotate | Download | only in codereview

Lines Matching full:clpatch

1399 # hg clpatch / undo / release-apply / download
1403 def clpatch(ui, repo, clname, **opts):
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,