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

Side by Side Diff: README.md

Issue 2251883002: Whitespace change to trigger cipd package for git installer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # depot_tools 1 # depot_tools
2 2
3 This package contains tools for working with Chromium development. It requires 3 This package contains tools for working with Chromium development. It requires
4 python 2.7. 4 python 2.7.
5 5
6
7 ## Tools 6 ## Tools
8 7
9 The most important tools are: 8 The most important tools are:
10 9
11 - `fetch`: A `gclient` wrapper to checkout a project. Use `fetch --help` for 10 - `fetch`: A `gclient` wrapper to checkout a project. Use `fetch --help` for
12 more details. 11 more details.
13 - `gclient`: A meta-checkout tool. Think 12 - `gclient`: A meta-checkout tool. Think
14 [repo](https://source.android.com/source/using-repo.html) or [git 13 [repo](https://source.android.com/source/using-repo.html) or [git
15 submodules](https://git-scm.com/docs/git-submodule), except that it support 14 submodules](https://git-scm.com/docs/git-submodule), except that it support
16 OS-specific rules, e.g. do not checkout Windows only dependencies when 15 OS-specific rules, e.g. do not checkout Windows only dependencies when
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 # If change needs more work. 59 # If change needs more work.
61 git rebase-update 60 git rebase-update
62 ... 61 ...
63 git cl upload -t "Fixes goat teleporter destination to be Australia" 62 git cl upload -t "Fixes goat teleporter destination to be Australia"
64 63
65 64
66 ### cpplint.py 65 ### cpplint.py
67 66
68 To update cpplint.py, please submit the change upstream first at 67 To update cpplint.py, please submit the change upstream first at
69 https://github.com/google/styleguide/tree/gh-pages/cpplint then copy it down. 68 https://github.com/google/styleguide/tree/gh-pages/cpplint then copy it down.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698