- 27 Jan, 2010 1 commit
-
-
laforge@chromium.org authored
addition to "249" Review URL: http://codereview.chromium.org/553108 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37203 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Jan, 2010 1 commit
-
-
thestig@chromium.org authored
Partial revert of r37053. Put back the gcl default CODEREVIEW_SETTINGS as we had it before, except with an updated CC_LIST. BUG=none TEST=Using gcl from src/third_party/WebKit sends code reviews to codereview.chromium.org. Review URL: http://codereview.chromium.org/552144 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37069 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jan, 2010 5 commits
-
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/552139 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37053 0039d316-1c4b-4281-b951-d872f2087c98
-
laforge@chromium.org authored
something that was on trunk, svn info only knows about it when it's ref by trunk url). Also added an author override, useful for webkit merges or double reverts Review URL: http://codereview.chromium.org/551137 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37024 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Patch-contributed-by: Nasser Grainawi <nasser@codeaurora.org> Review URL: http://codereview.chromium.org/551023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37021 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Patch Contributed By: Nasser Grainawi <nasser@codeaurora.org> Review URL: http://codereview.chromium.org/548079 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37020 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Patch-contributed-by: Nasser Grainawi <nasser@codeaurora.org> Review URL: http://codereview.chromium.org/546045 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37016 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Jan, 2010 2 commits
-
-
laforge@chromium.org authored
Review URL: http://codereview.chromium.org/554054 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36872 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=send a try job with a file moved with modified content BUG=6825 Review URL: http://codereview.chromium.org/554013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36828 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Jan, 2010 1 commit
-
-
antonm@chromium.org authored
It's very basic, only subcommands. If this would evolve, generation of _gclient should be automized (like a separate command or some other tool.) Review URL: http://codereview.chromium.org/546069 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36521 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jan, 2010 4 commits
-
-
msb@chromium.org authored
Review URL: http://codereview.chromium.org/505007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36172 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Also remove Windows-style line endings. Patch-contributed-by: Nasser Grainawi <nasser@codeaurora.org> Review URL: http://codereview.chromium.org/541034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36145 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
chromium-os BUG=1189 Review URL: http://codereview.chromium.org/551002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36129 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Redo relative url implementation per maruel's comments here: http://codereview.chromium.org/500015 Instead of adding an option, implement relative urls differently for git urls. Review URL: http://codereview.chromium.org/546022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36126 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Jan, 2010 2 commits
-
-
msb@chromium.org authored
Review URL: http://codereview.chromium.org/550013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36022 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
By default, filters out 'ChangeLog'. A pain directly coming from Webkit. TEST=none BUG=none Review URL: http://codereview.chromium.org/543012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@36008 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jan, 2010 1 commit
-
-
maruel@chromium.org authored
Previously links weren't caught at the appropriate point and instead passed to RemoveDirectory which then rejected them because they were links. Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/541012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35936 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jan, 2010 2 commits
-
-
mhm@chromium.org authored
The new try execution should only be triggered when a user just passes the rietveld issue number. Usually, if your branch has a working patchset already defined, it shouldn't think the user passed it. The code has been updated to force patchset to be None (not 0 or any other number) so that specific occurence wont happen again. TBR=maruel BUG=None TEST=git try, git try --issue=123, git try --issue=123 --patchset=0, should all work fine now. Review URL: http://codereview.chromium.org/542007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35889 0039d316-1c4b-4281-b951-d872f2087c98
-
mhm@chromium.org authored
Some external contributors need their CL's try'd quickly, but currently its not easy unless we patch locally. This will allow you to submit the rietveld issue number and will do the rest automatically. As well, renable the dry_run option. It was removed. BUG=None TEST=git try --issue 12345 Review URL: http://codereview.chromium.org/481006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35881 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Jan, 2010 10 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/538009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35839 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
(which is increasingly becoming a pain to support) TEST=gcl try --help doesn't throw an error. BUG=none Review URL: http://codereview.chromium.org/537004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35832 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/536002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35830 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none R=maruel Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/530001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35817 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=31695 TEST=none Review URL: http://codereview.chromium.org/528004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35816 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=a svn locked directory will stop a gclient sync BUG=none Review URL: http://codereview.chromium.org/529002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35815 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
(there isn't one in their repo). They've been manually specifying --host etc for over a week. Why the change in behavior? BUG=None TEST=None Review URL: http://codereview.chromium.org/528003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35814 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none TBR=nasser Review URL: http://codereview.chromium.org/523166 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35800 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none TBR=bradnelson Review URL: http://codereview.chromium.org/517068 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35767 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Checks in the gclient wrapper and when running any gclient git command. TEST=none BUG=none Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/518064 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35762 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Jan, 2010 5 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none TBR=bradnelson Review URL: http://codereview.chromium.org/519073 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35688 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35685 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This is mostly useful with git when diffing against arbitrary branches. Review URL: http://codereview.chromium.org/524046 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35684 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add shorthand parameters. Stop changing the logging level in gcl and some logging changes. Change SCM.GetCheckoutRoot() to SCM.checkout_root. TEST=none BUG=none Review URL: http://codereview.chromium.org/523094 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35683 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
rather than the local commit message's. BUG=31695 TEST=git cl upload where commit message is missing BUG= but CL description has one. No presubmit error. Review URL: http://codereview.chromium.org/523101 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35682 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Jan, 2010 1 commit
-
-
maruel@chromium.org authored
TEST=use -v -v BUG=none Review URL: http://codereview.chromium.org/523099 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35648 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Dec, 2009 1 commit
-
-
maruel@chromium.org authored
It was somehow ripped out by accident. TEST=none BUG=none TBR=bradnelson Review URL: http://codereview.chromium.org/515037 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35284 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Dec, 2009 2 commits
-
-
maruel@chromium.org authored
TEST=try me (none) BUG=none TBR=brad Review URL: http://codereview.chromium.org/516007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35219 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add real logging support. Fix the patch path mungling that was broken earlier. Add and proper refactor automatic gclient and gcl settings detection. Factored so it is possible to add other autodetection algorithms. Now works standalone in hybrid svn&git checkouts within a gclient meta-checkout. TEST=bah BUG=none TBR=bradnelson Review URL: http://codereview.chromium.org/517005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35218 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Dec, 2009 2 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/507070 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35177 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This adds the functionality to try a job spread across multiple checkouts. TEST=fixed unit tests and tested with hybrid svn-git checkouts BUG=none Review URL: http://codereview.chromium.org/504085 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35168 0039d316-1c4b-4281-b951-d872f2087c98
-