]> Cypherpunks repositories - gostls13.git/commitdiff
codereview: Mention that deleting a CL is a use of 'hg change' in its header.
authorDavid Symonds <dsymonds@golang.org>
Sat, 10 Apr 2010 08:53:43 +0000 (01:53 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 10 Apr 2010 08:53:43 +0000 (01:53 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/903043

lib/codereview/codereview.py

index 5e7e922407c7d45c8cd74fda977f4b579f41611f..9af28cfdaa8f5aac34b5dc6809ea50d74eb4e037 100644 (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.