| OLD | NEW |
| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 A collection of tools for dealing with Chromium development. | 749 A collection of tools for dealing with Chromium development. |
| 750 </p> | 750 </p> |
| 751 </div> | 751 </div> |
| 752 </div> | 752 </div> |
| 753 <div id="content"> | 753 <div id="content"> |
| 754 <div class="sect1"> | 754 <div class="sect1"> |
| 755 <h2 id="_description">DESCRIPTION</h2> | 755 <h2 id="_description">DESCRIPTION</h2> |
| 756 <div class="sectionbody"> | 756 <div class="sectionbody"> |
| 757 <div class="paragraph"><p>The Chromium depot_tools suite contains many tools to
assist/augment the | 757 <div class="paragraph"><p>The Chromium depot_tools suite contains many tools to
assist/augment the |
| 758 Chromium development environment. The tools may be downloaded from | 758 Chromium development environment. The tools may be downloaded from |
| 759 <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here<
/a>.</p></div> | 759 <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.
</p></div> |
| 760 <div class="paragraph"><p>There are two primary categories of tools. Some of the
se tools are <em>essential</em> | 760 <div class="paragraph"><p>There are two primary categories of tools. Some of the
se tools are <em>essential</em> |
| 761 to the development flow, in the sense that you cannot successfully develop | 761 to the development flow, in the sense that you cannot successfully develop |
| 762 Chromium without them.</p></div> | 762 Chromium without them.</p></div> |
| 763 <div class="paragraph"><p>Other tools are merely <em>helper</em> tools. Not requ
ired, but they can substantially | 763 <div class="paragraph"><p>Other tools are merely <em>helper</em> tools. Not requ
ired, but they can substantially |
| 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-auto-svn.html">git-auto-svn(1)</a> |
| 775 </dt> |
| 776 <dd> |
| 777 <p> |
| 778 Automatically set up git-svn metadata for a repo mirrored from SVN. |
| 779 </p> |
| 780 </dd> |
| 781 <dt class="hdlist1"> |
| 774 <a href="git-cherry-pick-upload.html">git-cherry-pick-upload(1)</a> | 782 <a href="git-cherry-pick-upload.html">git-cherry-pick-upload(1)</a> |
| 775 </dt> | 783 </dt> |
| 776 <dd> | 784 <dd> |
| 777 <p> | 785 <p> |
| 778 Upload the diff between a revision and its parent to rietveld. | 786 Upload the diff between a revision and its parent to rietveld. |
| 779 </p> | 787 </p> |
| 780 </dd> | 788 </dd> |
| 781 <dt class="hdlist1"> | 789 <dt class="hdlist1"> |
| 782 <a href="git-drover.html">git-drover(1)</a> | 790 <a href="git-drover.html">git-drover(1)</a> |
| 783 </dt> | 791 </dt> |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 Print a diff of the current branch, compared to its upstream. | 928 Print a diff of the current branch, compared to its upstream. |
| 921 </p> | 929 </p> |
| 922 </dd> | 930 </dd> |
| 923 </dl></div> | 931 </dl></div> |
| 924 </div> | 932 </div> |
| 925 </div> | 933 </div> |
| 926 </div> | 934 </div> |
| 927 <div id="footnotes"><hr /></div> | 935 <div id="footnotes"><hr /></div> |
| 928 <div id="footer"> | 936 <div id="footer"> |
| 929 <div id="footer-text"> | 937 <div id="footer-text"> |
| 930 Last updated 2016-01-28 16:40:21 AEDT | 938 Last updated 2016-07-21 10:09:00 PDT |
| 931 </div> | 939 </div> |
| 932 </div> | 940 </div> |
| 933 </body> | 941 </body> |
| 934 </html> | 942 </html> |
| OLD | NEW |