| OLD | NEW |
| 1 '\" t | 1 '\" t |
| 2 .\" Title: git-nav-downstream | 2 .\" Title: git-nav-downstream |
| 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: 04/10/2014 | 5 .\" Date: 04/10/2014 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools 1ce0237 | 7 .\" Source: depot_tools 1ce0237 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "GIT\-NAV\-DOWNSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depo
t_tools Manual" | 10 .TH "GIT\-NAV\-DOWNSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depo
t_tools Manual" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 \fBorigin/master * | 50 \fBorigin/master * |
| 51 \fR cool_feature | 51 \fR cool_feature |
| 52 subfeature | 52 subfeature |
| 53 fixit | 53 fixit |
| 54 frozen_branch | 54 frozen_branch |
| 55 \fB$ git nav\-downstream\fR | 55 \fB$ git nav\-downstream\fR |
| 56 Please select a downstream branch | 56 Please select a downstream branch |
| 57 0\&. cool_feature | 57 0\&. cool_feature |
| 58 1\&. fixit | 58 1\&. fixit |
| 59 Selection (0\-1)[0]: 0 | 59 Selection (0\-1)[0]: 0 |
| 60 Previous HEAD position was 619ccc9\&.\&.\&. Make ReflectorImpl use mailboxes | 60 Previous HEAD position was beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes |
| 61 Switched to branch \*(Aqcool_feature\*(Aq | 61 Switched to branch \*(Aqcool_feature\*(Aq |
| 62 Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&. | 62 Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&. |
| 63 (use "git push" to publish your local commits) | 63 (use "git push" to publish your local commits) |
| 64 \fB$ git map\-branches\fR | 64 \fB$ git map\-branches\fR |
| 65 origin/master | 65 origin/master |
| 66 \fB cool_feature * | 66 \fB cool_feature * |
| 67 \fR subfeature | 67 \fR subfeature |
| 68 fixit | 68 fixit |
| 69 frozen_branch | 69 frozen_branch |
| 70 \fB$ git nav\-downstream\fR | 70 \fB$ git nav\-downstream\fR |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 \fBgit-map-branches\fR(1), \fBgit-nav-upstream\fR(1) | 103 \fBgit-map-branches\fR(1), \fBgit-nav-upstream\fR(1) |
| 104 .SH "CHROMIUM DEPOT_TOOLS" | 104 .SH "CHROMIUM DEPOT_TOOLS" |
| 105 .sp | 105 .sp |
| 106 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\&. | 106 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\&. |
| 107 .SH "NOTES" | 107 .SH "NOTES" |
| 108 .IP " 1." 4 | 108 .IP " 1." 4 |
| 109 here | 109 here |
| 110 .RS 4 | 110 .RS 4 |
| 111 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 111 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
| 112 .RE | 112 .RE |
| OLD | NEW |