Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
ee75ffa2
Commit
ee75ffa2
authored
Apr 10, 2010
by
David Symonds
Committed by
Russ Cox
Apr 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
codereview.py
lib/codereview/codereview.py
+2
-2
No files found.
lib/codereview/codereview.py
View file @
ee75ffa2
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment