mirror of https://github.com/golang/go.git
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:
parent
92ac0cfbb2
commit
ee75ffa286
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue