- 27 Apr, 2010 3 commits
-
-
tony@chromium.org authored
feature. TBR=piman,jamesr Review URL: http://codereview.chromium.org/1730014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45660 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45653 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45652 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Apr, 2010 1 commit
-
-
maruel@chromium.org authored
TEST=unit test BUG=none Review URL: http://codereview.chromium.org/1744007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45593 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Apr, 2010 1 commit
-
-
sky@chromium.org authored
Review URL: http://codereview.chromium.org/1745009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45468 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Apr, 2010 2 commits
-
-
piman@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44871 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
On a chromeos checkout, -j 10 brings down null sync time from 2 minutes to 16 seconds Currently -j may break some assumptions about ordering of commands (which may be fine for some clients, but not all), so it's not on by default. Review URL: http://codereview.chromium.org/1640001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44869 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Apr, 2010 1 commit
-
-
piman@chromium.org authored
This tool displays all checkins by one (or several) authors in the past week (or configurable time), in all dependencies. Only works on git dependencies currently. Review URL: http://codereview.chromium.org/1602020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44612 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Apr, 2010 1 commit
-
-
tony@chromium.org authored
of svn co --depth. This should work even if you change svn versions between gclient syncs. Review URL: http://codereview.chromium.org/1560029 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44441 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Apr, 2010 3 commits
-
-
bauerb@chromium.org authored
Similar to r43313, this CL makes |git try| use the same patch that |git cl upload| uploads. Review URL: http://codereview.chromium.org/1595018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44097 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
scenario I encountered was I've added another one of my machines as a remote, and because we preferred the last ref my diffs were always against my remote machine rather than local trunk. This change prefers the first over the last. Another option would be to prefer something like remotes/origin/trunk. Let me know what you think. I've got a similar change to git-cl, but I'll wait until we agree upon this before uploading that one. Review URL: http://codereview.chromium.org/1622011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44094 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
allow From() to import when the URL is relative. For example, if src/DEPS is: deps = { 'base' = 'svn://svn/base@123', 'main' = From('base', 'src/main'), } and base/DEPS is: deps = { 'src/main': '/main@100', } This will checkout svn://svn/main@100 in main. Review URL: http://codereview.chromium.org/1547026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@44044 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Apr, 2010 4 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/1627010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43960 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=fix unit tests BUG=none Review URL: http://codereview.chromium.org/1627009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43952 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
The syntax is: deps { 'path': File('http://svn..../path/file@42') } This will checkout a single file and use scm.update to keep it up to date. See https://bugs.webkit.org/show_bug.cgi?id=36578#c7 for a description of why I want to add this. Review URL: http://codereview.chromium.org/1356005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43911 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
On our hardy boxes, the python has the json module, but it doesn't have all the expected methods. Fallback to simplejson if it doesn't have json.loads(). Review URL: http://codereview.chromium.org/1520025 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43907 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Apr, 2010 2 commits
-
-
thomasvl@chromium.org authored
Review URL: http://codereview.chromium.org/1619005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43854 0039d316-1c4b-4281-b951-d872f2087c98
-
iposva@chromium.org authored
Review URL: http://codereview.chromium.org/1611009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43847 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Mar, 2010 1 commit
-
-
bauerb@chromium.org authored
With this CL, the patch that is sent to the code review site includes only changes from the nearest common ancestor of the local and the upstream branch. A diagram: /----B <- local branch ----A-----C <- upstream Previously, the diff would be simply between C and B, whereas now it's between A and C, even if you update C. This allows you to continously update origin/trunk without having to rebase/merge your local changes all the time, resulting in the need for less rebuilds. Review URL: http://codereview.chromium.org/1583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@43113 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Mar, 2010 1 commit
-
-
wfrichar@chromium.org authored
Review URL: http://codereview.chromium.org/1324003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42797 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Mar, 2010 1 commit
-
-
maruel@chromium.org authored
Convert the warning to error. Review URL: http://codereview.chromium.org/1232007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42572 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Mar, 2010 2 commits
-
-
nasser@codeaurora.org authored
BUG=http://crosbug.com/1658 Review URL: http://codereview.chromium.org/1307001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42555 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/1272003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42505 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Mar, 2010 2 commits
-
-
maruel@chromium.org authored
TEST=verified it works in python 2.4 BUG=none Review URL: http://codereview.chromium.org/1110006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42177 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/1105007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42175 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Mar, 2010 1 commit
-
-
maruel@chromium.org authored
These are the same that the one in chromium's src/PRESUBMIT.py but slightly more resilitent to exceptions. Empirical studies have shown that exceptions in presubmit checks result in disorientation and lack of willingness to commit. TEST=OMG new unit tests! Review URL: http://codereview.chromium.org/1119003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@42102 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Mar, 2010 2 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/1116001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41973 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/1050005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41902 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Mar, 2010 2 commits
-
-
nasser@codeaurora.org authored
Requested-By: Pawel Hajdan Jr. <phajdan.jr@chromium.org> Review URL: http://codereview.chromium.org/896006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41586 0039d316-1c4b-4281-b951-d872f2087c98
-
nasser@codeaurora.org authored
Broken by the @branchname support Review URL: http://codereview.chromium.org/907004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41585 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Mar, 2010 4 commits
-
-
nasser@codeaurora.org authored
This commit fixes that, though the --snapshot option doesn't work perfectly. Review URL: http://codereview.chromium.org/900001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41351 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This simplifies the unit tests and clarify what is what. Ran pychecker on a few files. Review URL: http://codereview.chromium.org/874002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41310 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/878001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41308 0039d316-1c4b-4281-b951-d872f2087c98
-
jeffbailey@google.com authored
Review URL: http://codereview.chromium.org/873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41303 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Mar, 2010 2 commits
-
-
maruel@chromium.org authored
set to sync to the current revisions/hashes on disk Add a --gclientfile=FILENAME option. If set, gclient loads FILENAME rather than .gclient for configuration info. Patch contributed by jneddo@nvidia.com BUG=1658 TEST=Verify that --snapshot prints a valid configuration file Verify that when --gclientfile is set the correct file is used Verify that gclient sync --gclientfile sets the correct revisions Review URL: http://codereview.chromium.org/672004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@41078 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
TBR=maruel Review URL: http://codereview.chromium.org/702001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@40992 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Mar, 2010 2 commits
-
-
nasser@codeaurora.org authored
BUG=http://crosbug.com/1669 Review URL: http://codereview.chromium.org/661229 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@40911 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/669243 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@40877 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Mar, 2010 1 commit
-
-
maruel@chromium.org authored
It does remote connection and can get HTTP 502 when used over http. Review URL: http://codereview.chromium.org/661280 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@40330 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Mar, 2010 1 commit
-
-
nasser@codeaurora.org authored
BUG=37104 BUG=chromium-os:1658 Review URL: http://codereview.chromium.org/660299 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@40294 0039d316-1c4b-4281-b951-d872f2087c98
-