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

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

Issue 225433003: Add a basic tutorial for the tools in depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@git_map
Patch Set: pylint Created 6 years, 8 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
« no previous file with comments | « no previous file | docs/html/depot_tools_tutorial.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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
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="dlist"><dl> 772 <div class="dlist"><dl>
772 <dt class="hdlist1"> 773 <dt class="hdlist1">
773 <a href="git-freeze.html">git-freeze(1)</a> 774 <a href="git-freeze.html">git-freeze(1)</a>
774 </dt> 775 </dt>
775 <dd> 776 <dd>
776 <p> 777 <p>
777 Freeze all changes on a branch (indexed and unindexed). 778 Freeze all changes on a branch (indexed and unindexed).
778 </p> 779 </p>
779 </dd> 780 </dd>
780 <dt class="hdlist1"> 781 <dt class="hdlist1">
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 Print a diff of the current branch, compared to its upstream. 879 Print a diff of the current branch, compared to its upstream.
879 </p> 880 </p>
880 </dd> 881 </dd>
881 </dl></div> 882 </dl></div>
882 </div> 883 </div>
883 </div> 884 </div>
884 </div> 885 </div>
885 <div id="footnotes"><hr /></div> 886 <div id="footnotes"><hr /></div>
886 <div id="footer"> 887 <div id="footer">
887 <div id="footer-text"> 888 <div id="footer-text">
888 Last updated 2014-03-26 03:27:50 PDT 889 Last updated 2014-04-10 14:23:11 PDT
889 </div> 890 </div>
890 </div> 891 </div>
891 </body> 892 </body>
892 </html> 893 </html>
OLDNEW
« no previous file with comments | « no previous file | docs/html/depot_tools_tutorial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698