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

Side by Side Diff: man/html/depot_tools.html

Issue 507513002: Add some more context to git-drover tutorial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 4 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 | « no previous file | man/html/git-drover.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / > 5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / >
6 <meta name="generator" content="AsciiDoc 8.6.9" /> 6 <meta name="generator" content="AsciiDoc 8.6.9" />
7 <title>depot_tools(7)</title> 7 <title>depot_tools(7)</title>
8 <style type="text/css"> 8 <style type="text/css">
9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ 9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
10 10
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 ease the develpment workflow.</p></div> 764 ease the develpment workflow.</p></div>
765 <div class="paragraph"><p>A listing of both categories of tools follows.</p></di v> 765 <div class="paragraph"><p>A listing of both categories of tools follows.</p></di v>
766 </div> 766 </div>
767 </div> 767 </div>
768 <div class="sect1"> 768 <div class="sect1">
769 <h2 id="_helper_tools">HELPER TOOLS</h2> 769 <h2 id="_helper_tools">HELPER TOOLS</h2>
770 <div class="sectionbody"> 770 <div class="sectionbody">
771 <div class="paragraph"><p>A tutorial for these tools can be found at <a href="de pot_tools_tutorial.html">depot_tools_tutorial(7)</a>.</p></div> 771 <div class="paragraph"><p>A tutorial for these tools can be found at <a href="de pot_tools_tutorial.html">depot_tools_tutorial(7)</a>.</p></div>
772 <div class="dlist"><dl> 772 <div class="dlist"><dl>
773 <dt class="hdlist1"> 773 <dt class="hdlist1">
774 <a href="git-cherry-pick-upload.html">git-cherry-pick-upload(1)</a>
775 </dt>
776 <dd>
777 <p>
778 Upload the diff between a revision and its parent to rietveld.
779 </p>
780 </dd>
781 <dt class="hdlist1">
782 <a href="git-drover.html">git-drover(1)</a>
783 </dt>
784 <dd>
785 <p>
786 Apply a commit from the trunk to a release branch, or from one release branch to
787 another.
788 </p>
789 </dd>
790 <dt class="hdlist1">
774 <a href="git-freeze.html">git-freeze(1)</a> 791 <a href="git-freeze.html">git-freeze(1)</a>
775 </dt> 792 </dt>
776 <dd> 793 <dd>
777 <p> 794 <p>
778 Freeze all changes on a branch (indexed and unindexed). 795 Freeze all changes on a branch (indexed and unindexed).
779 </p> 796 </p>
780 </dd> 797 </dd>
781 <dt class="hdlist1"> 798 <dt class="hdlist1">
782 <a href="git-map-branches.html">git-map-branches(1)</a> 799 <a href="git-map-branches.html">git-map-branches(1)</a>
783 </dt> 800 </dt>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 </dd> 866 </dd>
850 <dt class="hdlist1"> 867 <dt class="hdlist1">
851 <a href="git-reparent-branch.html">git-reparent-branch(1)</a> 868 <a href="git-reparent-branch.html">git-reparent-branch(1)</a>
852 </dt> 869 </dt>
853 <dd> 870 <dd>
854 <p> 871 <p>
855 Alter the parentage (upstream) for the current branch. 872 Alter the parentage (upstream) for the current branch.
856 </p> 873 </p>
857 </dd> 874 </dd>
858 <dt class="hdlist1"> 875 <dt class="hdlist1">
876 <a href="git-retry.html">git-retry(1)</a>
877 </dt>
878 <dd>
879 <p>
880 Bootstrap function to retry a git command.
881 </p>
882 </dd>
883 <dt class="hdlist1">
859 <a href="git-squash-branch.html">git-squash-branch(1)</a> 884 <a href="git-squash-branch.html">git-squash-branch(1)</a>
860 </dt> 885 </dt>
861 <dd> 886 <dd>
862 <p> 887 <p>
863 Takes all commits in a single branch and replaces them with a single commit. 888 Takes all commits in a single branch and replaces them with a single commit.
864 </p> 889 </p>
865 </dd> 890 </dd>
866 <dt class="hdlist1"> 891 <dt class="hdlist1">
867 <a href="git-thaw.html">git-thaw(1)</a> 892 <a href="git-thaw.html">git-thaw(1)</a>
868 </dt> 893 </dt>
(...skipping 10 matching lines...) Expand all
879 Print a diff of the current branch, compared to its upstream. 904 Print a diff of the current branch, compared to its upstream.
880 </p> 905 </p>
881 </dd> 906 </dd>
882 </dl></div> 907 </dl></div>
883 </div> 908 </div>
884 </div> 909 </div>
885 </div> 910 </div>
886 <div id="footnotes"><hr /></div> 911 <div id="footnotes"><hr /></div>
887 <div id="footer"> 912 <div id="footer">
888 <div id="footer-text"> 913 <div id="footer-text">
889 Last updated 2014-04-10 14:23:11 PDT 914 Last updated 2014-08-25 16:31:24 PDT
890 </div> 915 </div>
891 </div> 916 </div>
892 </body> 917 </body>
893 </html> 918 </html>
OLDNEW
« no previous file with comments | « no previous file | man/html/git-drover.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698