Lines Matching full:submit
538 # before doing hg submit.
807 # For use by submit, etc. (NOT by change)
1195 ui.write("\ncodereview extension enabled; use mail, upload, or submit instead of commit\n\n")
1458 process and hg submit.
1880 # hg submit
1883 raise hg_util.Abort("local repository out of date; must sync before submit")
1886 def submit(ui, repo, *pats, **opts):
1887 """submit change to remote repository
1925 return "cannot submit non-local CL"
1944 # submit changes locally
2183 "^submit": (
2184 submit,