Home | History | Annotate | Download | only in codereview

Lines Matching refs:mail

394 			set_status("sending mail")
395 MySend("/" + issue + "/mail", payload="")
401 def Mail(self, ui, repo):
839 and is used as the subject for code review mail; the rest of the description
1597 def mail(ui, repo, *pats, **opts):
1598 """mail a change for review
1600 Uploads a patch to the code review server and then sends mail
1622 return "no changed files, not sending mail"
1624 cl.Mail(ui, repo)
1742 cl.Mail(ui, repo)
1985 "^mail": (
1986 mail,
2314 raise util.Abort("codereview extension enabled; use mail, upload, or submit instead of commit")