Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Side by Side Diff: man/src/git-drover.txt

Issue 549643002: Add 'revert' example to git-drover docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: formatting tweaks Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « man/man1/git-drover.1 ('k') | man/src/git-drover.demo.1.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 git-drover(1) 1 git-drover(1)
2 ============= 2 =============
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 git-drover - 6 git-drover -
7 include::_git-drover_desc.helper.txt[] 7 include::_git-drover_desc.helper.txt[]
8 8
9 SYNOPSIS 9 SYNOPSIS
10 -------- 10 --------
11 [verse] 11 [verse]
12 'git drover' 12 'git drover'
13 13
14 DESCRIPTION 14 DESCRIPTION
15 ----------- 15 -----------
16 16
17 `git drover` is NOT IMPLEMENTED yet. See the EXAMPLE section for the equivalent 17 `git drover` is NOT IMPLEMENTED yet. See the EXAMPLE section for the equivalent
18 sequence of commands to run. 18 sequence of commands to run.
19 19
20 EXAMPLE 20 EXAMPLE
21 ------- 21 -------
22
23 PREREQUISITES
24 ~~~~~~~~~~~~~
25 Before working with branches, you must
26 ifdef::backend-xhtml11[]
27 `gclient sync --with_branch_heads`
28 endif::backend-xhtml11[]
29 ifdef::backend-docbook[]
30 'gclient sync --with_branch_heads'
31 endif::backend-docbook[]
32 at least once to fetch the branches.
33
34 Merge Example
35 ^^^^^^^^^^^^^
22 demo:1[] 36 demo:1[]
23 37
38 Revert Example
39 ^^^^^^^^^^^^^^
40 demo:2[]
41
24 SEE ALSO 42 SEE ALSO
25 -------- 43 --------
26 linkgit:git-cherry-pick[1] 44 linkgit:git-cherry-pick[1]
45 linkgit:git-revert[1]
27 46
28 include::_footer.txt[] 47 include::_footer.txt[]
29 48
30 // vim: ft=asciidoc: 49 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « man/man1/git-drover.1 ('k') | man/src/git-drover.demo.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698