Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
aecbcd09
Commit
aecbcd09
authored
Feb 15, 2013
by
Oling Cat
Committed by
Andrew Gerrand
Feb 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/contribute: fix some tags, remove extra space.
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/7327048
parent
f2c31223
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
doc/contribute.html
doc/contribute.html
+6
-5
No files found.
doc/contribute.html
View file @
aecbcd09
...
...
@@ -524,6 +524,7 @@ Once the CL has been submitted, the next time you run <code>hg sync</code>
it will be removed from your local pending list. Occasionally the pending list
can get out of sync leaving stale references to closed or abandoned CLs.
You can use
<code>
hg change -D 99999
</code>
to remove the reference to CL 99999.
</p>
<h3>
Submit the change after the review
</h3>
...
...
@@ -543,6 +544,7 @@ $ hg clpatch 99999
$ hg submit 99999
</pre>
<p>
The
<code>
submit
</code>
command submits the code. You will be listed as the
author, but the change message will also indicate who the committer was.
Your local client will notice that the change has been submitted
...
...
@@ -566,8 +568,7 @@ in the repository.
<p>
If your local copy of the repository is out of date,
<code>
hg submit
</code>
will refuse the change:
<code>
hg submit
</code>
will refuse the change:
</p>
<pre>
...
...
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