Commit ee75ffa2 authored by David Symonds's avatar David Symonds Committed by Russ Cox

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
parent 92ac0cfb
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment