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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/man1/git-drover.1 ('k') | man/src/git-drover.demo.1.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/src/git-drover.txt
diff --git a/man/src/git-drover.txt b/man/src/git-drover.txt
index 0c2afffb00e6b1ed8cfc27cba66fdc5359dca3df..f01b5cdbb6abe283caa0c5a7c21a0795faf548b9 100644
--- a/man/src/git-drover.txt
+++ b/man/src/git-drover.txt
@@ -19,11 +19,30 @@ sequence of commands to run.
EXAMPLE
-------
+
+PREREQUISITES
+~~~~~~~~~~~~~
+Before working with branches, you must
+ifdef::backend-xhtml11[]
+`gclient sync --with_branch_heads`
+endif::backend-xhtml11[]
+ifdef::backend-docbook[]
+'gclient sync --with_branch_heads'
+endif::backend-docbook[]
+at least once to fetch the branches.
+
+Merge Example
+^^^^^^^^^^^^^
demo:1[]
+Revert Example
+^^^^^^^^^^^^^^
+demo:2[]
+
SEE ALSO
--------
linkgit:git-cherry-pick[1]
+linkgit:git-revert[1]
include::_footer.txt[]
« 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