| 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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"> | |
| 782 <a href="git-cherry-pick-upload.html">git-cherry-pick-upload(1)</a> | 774 <a href="git-cherry-pick-upload.html">git-cherry-pick-upload(1)</a> |
| 783 </dt> | 775 </dt> |
| 784 <dd> | 776 <dd> |
| 785 <p> | 777 <p> |
| 786 Upload the diff between a revision and its parent to rietveld. | 778 Upload the diff between a revision and its parent to rietveld. |
| 787 </p> | 779 </p> |
| 788 </dd> | 780 </dd> |
| 789 <dt class="hdlist1"> | 781 <dt class="hdlist1"> |
| 790 <a href="git-drover.html">git-drover(1)</a> | 782 <a href="git-drover.html">git-drover(1)</a> |
| 791 </dt> | 783 </dt> |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 </div> | 925 </div> |
| 934 </div> | 926 </div> |
| 935 <div id="footnotes"><hr /></div> | 927 <div id="footnotes"><hr /></div> |
| 936 <div id="footer"> | 928 <div id="footer"> |
| 937 <div id="footer-text"> | 929 <div id="footer-text"> |
| 938 Last updated 2016-07-21 10:09:00 PDT | 930 Last updated 2016-07-21 10:09:00 PDT |
| 939 </div> | 931 </div> |
| 940 </div> | 932 </div> |
| 941 </body> | 933 </body> |
| 942 </html> | 934 </html> |
| OLD | NEW |