| OLD | NEW |
| 1 This package contains tools for working with Chromium development. | 1 This package contains tools for working with Chromium development. |
| 2 | 2 |
| 3 The "gclient" wrapper knows how to keep this repository updated to | 3 The "gclient" wrapper knows how to keep this repository updated to |
| 4 the latest versions of these tools as found at: | 4 the latest versions of these tools as found at: |
| 5 | 5 |
| 6 http://src.chromium.org/svn/trunk/tools/depot_tools | 6 http://src.chromium.org/svn/trunk/tools/depot_tools |
| 7 | 7 |
| 8 This package contains: | 8 This package contains: |
| 9 | 9 |
| 10 change-svn-wc-format.py | 10 change-svn-wc-format.py |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 revert | 37 revert |
| 38 A small tool to quickly revert a change. | 38 A small tool to quickly revert a change. |
| 39 | 39 |
| 40 Note: svn and python will be installed automatically if not accessible (on | 40 Note: svn and python will be installed automatically if not accessible (on |
| 41 Windows only). | 41 Windows only). |
| 42 | 42 |
| 43 To update this distribution manually, run bootstrap\update.bat on Windows, | 43 To update this distribution manually, run bootstrap\update.bat on Windows, |
| 44 or bootstrap/update.sh on Linux or Mac. | 44 or bootstrap/update.sh on Linux or Mac. |
| 45 | 45 |
| 46 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=1 | 46 To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0 |
| OLD | NEW |