OLD | NEW |
1 '\" t | 1 '\" t |
2 .\" Title: git-cherry-pick-upload | 2 .\" Title: git-cherry-pick-upload |
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> |
5 .\" Date: 08/20/2014 | 5 .\" Date: 07/21/2016 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 8d3348f | 7 .\" Source: depot_tools bf2a341 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "GIT\-CHERRY\-PICK\-U" "1" "08/20/2014" "depot_tools 8d3348f" "Chromium depo
t_tools Manual" | 10 .TH "GIT\-CHERRY\-PICK\-U" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depo
t_tools Manual" |
11 .\" ----------------------------------------------------------------- | 11 .\" ----------------------------------------------------------------- |
12 .\" * Define some portability stuff | 12 .\" * Define some portability stuff |
13 .\" ----------------------------------------------------------------- | 13 .\" ----------------------------------------------------------------- |
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
15 .\" http://bugs.debian.org/507673 | 15 .\" http://bugs.debian.org/507673 |
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
18 .ie \n(.g .ds Aq \(aq | 18 .ie \n(.g .ds Aq \(aq |
19 .el .ds Aq ' | 19 .el .ds Aq ' |
20 .\" ----------------------------------------------------------------- | 20 .\" ----------------------------------------------------------------- |
(...skipping 21 matching lines...) Expand all Loading... |
42 The commit message is annotated with "(cherry picked from commit [parent sha1])"
as if it were generated by git cherry\-pick \-x\&. | 42 The commit message is annotated with "(cherry picked from commit [parent sha1])"
as if it were generated by git cherry\-pick \-x\&. |
43 .SH "EXAMPLE" | 43 .SH "EXAMPLE" |
44 .sp | 44 .sp |
45 | 45 |
46 .sp | 46 .sp |
47 .if n \{\ | 47 .if n \{\ |
48 .RS 4 | 48 .RS 4 |
49 .\} | 49 .\} |
50 .nf | 50 .nf |
51 \fB$ git cherry\-pick\-upload \-h\fR | 51 \fB$ git cherry\-pick\-upload \-h\fR |
52 usage: git_cherry_pick_upload\&.py [\-h] \-\-branch <branch> <commit> | |
53 | |
54 positional arguments: | |
55 <commit> SHA to cherry pick\&. | |
56 | |
57 optional arguments: | |
58 \-h, \-\-help show this help message and exit | |
59 \-\-branch <branch>, \-b <branch> | |
60 The upstream branch to cherry pick to\&. | |
61 | 52 |
62 \fB$ git cherry\-pick\-upload \-b my_branch c02b7d24a066adb747fdeb12deb21bfa\fR | 53 \fB$ git cherry\-pick\-upload \-b my_branch c02b7d24a066adb747fdeb12deb21bfa\fR |
63 Found parent revision: b96d69fda53845a205151613a9c4cc93 | 54 Found parent revision: b96d69fda53845a205151613a9c4cc93 |
64 Loaded authentication cookies from \&.codereview_upload_cookies | 55 Loaded authentication cookies from \&.codereview_upload_cookies |
65 Issue created\&. URL: https://codereview\&.chromium\&.org/1234567890 | 56 Issue created\&. URL: https://codereview\&.chromium\&.org/1234567890 |
66 Uploading base_file for some/path/first\&.file: OK | 57 Uploading base_file for some/path/first\&.file: OK |
67 Uploading some/path/first\&.file: OK | 58 Uploading some/path/first\&.file: OK |
68 Uploading base_file for some/path/second\&.file: OK | 59 Uploading base_file for some/path/second\&.file: OK |
69 Uploading some/path/second\&.file: OK | 60 Uploading some/path/second\&.file: OK |
70 Uploading base_file for some/path/third\&.file: OK | 61 Uploading base_file for some/path/third\&.file: OK |
71 Uploading some/path/third\&.file: OK | 62 Uploading some/path/third\&.file: OK |
72 Finalizing upload: OK | 63 Finalizing upload: OK |
73 .fi | 64 .fi |
74 .if n \{\ | 65 .if n \{\ |
75 .RE | 66 .RE |
76 .\} | 67 .\} |
77 .sp | 68 .sp |
78 .SH "SEE ALSO" | 69 .SH "SEE ALSO" |
79 .sp | 70 .sp |
80 \fBgit-cherry-pick\fR(1) \fBgit-cl-upload\fR(1) | 71 \fBgit-cherry-pick\fR(1) \fBgit-cl-upload\fR(1) |
81 .SH "CHROMIUM DEPOT_TOOLS" | 72 .SH "CHROMIUM DEPOT_TOOLS" |
82 .sp | 73 .sp |
83 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
st with the development of chromium and related projects\&. Download the tools f
rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. | 74 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
st with the development of chromium and related projects\&. Download the tools f
rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. |
84 .SH "NOTES" | 75 .SH "NOTES" |
85 .IP " 1." 4 | 76 .IP " 1." 4 |
86 here | 77 here |
87 .RS 4 | 78 .RS 4 |
88 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 79 \%https://chromium.googlesource.com/chromium/tools/depot_tools |
89 .RE | 80 .RE |
OLD | NEW |