Lines Matching refs:edit
242 s += 'URL: ' + cl.url + ' # cannot edit\n\n'
537 # so that committers can edit the description
730 s = ui.edit(s, ui.username())
733 # so, by popular demand, just scribble the most recent CL edit into
745 if not promptyesno(ui, "error parsing change list: line %d: %s\nre-edit (y/n)?" % (line, err)):
751 if promptyesno(ui, "change list should have a description\nre-edit (y/n)?"):
754 if promptyesno(ui, "change list description omits reason for undo\nre-edit (y/n)?"):
757 if promptyesno(ui, desc_msg + "re-edit (y/n)?"):
1274 """create, edit or delete a change list
1276 Create, edit or delete a change list.
1466 and then edit .hgtags as you would for a weekly.
1709 It does not edit them or remove them from the repository.
2146 ('l', 'list', None, 'list files that would change, but do not edit them'),
2514 form_fields = GetForm("/" + issue + "/edit")
2528 response = MySend("/" + issue + "/edit", body, content_type=ctype)