codereview: Mention that deleting a CL is a use of 'hg change' in its header.

R=rsc
CC=golang-dev
https://golang.org/cl/903043
This commit is contained in:
David Symonds 2010-04-10 01:53:43 -07:00 committed by Russ Cox
parent 92ac0cfbb2
commit ee75ffa286

View file

@ -712,9 +712,9 @@ def CheckGofmt(ui, repo, files, just_warn=False):
#
def change(ui, repo, *pats, **opts):
"""create or edit a change list
"""create, edit or delete a change list
Create or edit a change list.
Create, edit or delete a change list.
A change list is a group of files to be reviewed and submitted together,
plus a textual description of the change.
Change lists are referred to by simple alphanumeric names.