| OLD | NEW |
| 1 '\" t | 1 '\" t |
| 2 .\" Title: depot_tools | 2 .\" Title: depot_tools |
| 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.78.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> |
| 5 .\" Date: 07/21/2016 | 5 .\" Date: 07/21/2016 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools bf2a341 | 7 .\" Source: depot_tools bf2a341 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "DEPOT_TOOLS" "7" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools M
anual" | 10 .TH "DEPOT_TOOLS" "7" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools M
anual" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 .sp | 35 .sp |
| 36 There are two primary categories of tools\&. Some of these tools are \fIessentia
l\fR to the development flow, in the sense that you cannot successfully develop
Chromium without them\&. | 36 There are two primary categories of tools\&. Some of these tools are \fIessentia
l\fR to the development flow, in the sense that you cannot successfully develop
Chromium without them\&. |
| 37 .sp | 37 .sp |
| 38 Other tools are merely \fIhelper\fR tools\&. Not required, but they can substant
ially ease the develpment workflow\&. | 38 Other tools are merely \fIhelper\fR tools\&. Not required, but they can substant
ially ease the develpment workflow\&. |
| 39 .sp | 39 .sp |
| 40 A listing of both categories of tools follows\&. | 40 A listing of both categories of tools follows\&. |
| 41 .SH "HELPER TOOLS" | 41 .SH "HELPER TOOLS" |
| 42 .sp | 42 .sp |
| 43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&. | 43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&. |
| 44 .PP | 44 .PP |
| 45 \fBgit-auto-svn\fR(1) | |
| 46 .RS 4 | |
| 47 Automatically set up git\-svn metadata for a repo mirrored from SVN\&. | |
| 48 .RE | |
| 49 .PP | |
| 50 \fBgit-cherry-pick-upload\fR(1) | 45 \fBgit-cherry-pick-upload\fR(1) |
| 51 .RS 4 | 46 .RS 4 |
| 52 Upload the diff between a revision and its parent to rietveld\&. | 47 Upload the diff between a revision and its parent to rietveld\&. |
| 53 .RE | 48 .RE |
| 54 .PP | 49 .PP |
| 55 \fBgit-drover\fR(1) | 50 \fBgit-drover\fR(1) |
| 56 .RS 4 | 51 .RS 4 |
| 57 Apply a commit from the trunk to a release branch, or from one release branch to
another\&. | 52 Apply a commit from the trunk to a release branch, or from one release branch to
another\&. |
| 58 .RE | 53 .RE |
| 59 .PP | 54 .PP |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 \fBgit-upstream-diff\fR(1) | 130 \fBgit-upstream-diff\fR(1) |
| 136 .RS 4 | 131 .RS 4 |
| 137 Print a diff of the current branch, compared to its upstream\&. | 132 Print a diff of the current branch, compared to its upstream\&. |
| 138 .RE | 133 .RE |
| 139 .SH "NOTES" | 134 .SH "NOTES" |
| 140 .IP " 1." 4 | 135 .IP " 1." 4 |
| 141 here | 136 here |
| 142 .RS 4 | 137 .RS 4 |
| 143 \%https://chromium.googlesource.com/chromium/tools/depot_tools | 138 \%https://chromium.googlesource.com/chromium/tools/depot_tools |
| 144 .RE | 139 .RE |
| OLD | NEW |