Home | History | Annotate | Download | only in codereview

Lines Matching refs:Mail

379 			set_status("sending mail")
380 MySend("/" + issue + "/mail", payload="")
386 def Mail(self, ui, repo):
698 and is used as the subject for code review mail; the rest of the description
1195 ui.write("\ncodereview extension enabled; use mail, upload, or submit instead of commit\n\n")
1800 # hg mail
1803 def mail(ui, repo, *pats, **opts):
1804 """mail a change for review
1806 Uploads a patch to the code review server and then sends mail
1828 return "no changed files, not sending mail"
1830 cl.Mail(ui, repo)
1942 cl.Mail(ui, repo)
2168 "^mail": (
2169 mail,