mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue