- 16 Jan, 2012 4 commits
-
-
maruel@chromium.org authored
Enable it for git-cl and gcl. R=nsylvain@chromium.org BUG=107838 TEST=New connections go through https:// Review URL: http://codereview.chromium.org/9214004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117857 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
So any modification to the defaults is coded at only one place. TBR=nsylvain@chromium.org BUG=107838 TEST= Review URL: http://codereview.chromium.org/9214002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117853 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=cmp@chromium.org BUG=25940 TEST= Review URL: http://codereview.chromium.org/9211013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117851 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=cmp@chromium.org BUG=25940 TEST= Review URL: http://codereview.chromium.org/9112039 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117850 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Jan, 2012 1 commit
-
-
thakis@chromium.org authored
Review URL: http://codereview.chromium.org/9214014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117754 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jan, 2012 1 commit
-
-
evan@chromium.org authored
The shell script currently just assumes Linux, but can be fixed to run the Mac binary when appropriate. Review URL: http://codereview.chromium.org/9212017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117723 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jan, 2012 2 commits
-
-
maruel@chromium.org authored
When a file contains a single line of text, svn diff will generate an odd hunk header. Modify the hunk parsing code to accept this format. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9147056 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117143 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9172003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117133 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jan, 2012 4 commits
-
-
maruel@chromium.org authored
Fix RAW.NEW_NOT_NULL parsing to detect correctly it's a new file. Add proper Hunk parsing to fix these 2 bugs. R=dpranke@chromium.org BUG=109715 TEST=CQ'ing a patch generated with svn that delete files is applied properly, e.g. the file is deleted and not simple 0-length. Review URL: http://codereview.chromium.org/9167015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117084 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I'm not sure why it hasn't triggered before. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9172002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117054 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9127026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117040 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I don't want to receive them even in the case of a direct call to SendStack(). R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9145001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117039 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Jan, 2012 1 commit
-
-
dgrogan@chromium.org authored
It appears to have been broken in http://crrev.com/104148 BUG=102205 Review URL: http://codereview.chromium.org/9108030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@116723 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Jan, 2012 1 commit
-
-
maruel@chromium.org authored
svn info --xml will return <entry (...) revision="Resource is not under version control."> for new files, causing an exception in the parsing code. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9110010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@116522 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Jan, 2012 1 commit
-
-
miket@chromium.org authored
As a n0oB to Chrome, I sometimes deleted uploaded CLs on codereview.chromium.org after looking at them and deciding they were unsuitable for review. I would then later git cl upload and get a confusing stacktrace about a 404. This change lets the user know why the error happened, and how to resolve it. I decided not to auto-scrub the old issue on the client side, because the 404 might be spurious (server misconfiguration, bug in my code, etc.). Safer to make the user explicitly run the command. Review URL: http://codereview.chromium.org/9091009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@116360 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Dec, 2011 2 commits
-
-
ferringb@google.com authored
The purpose of this is so that cros can roll out repo updates at our own pace (including testing), rather than being at the mercy of android project rolling something out that may break our setup. BUG=chromium-os:24413 Review URL: http://codereview.chromium.org/9021045 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@115533 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=maruel@chromium.org TEST=gclient sync a freshly configured client. BUG=106015 Review URL: http://codereview.chromium.org/8994016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@115452 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Dec, 2011 2 commits
-
-
maruel@chromium.org authored
gcl change will look for unmodified files from the current directory and below only. Add shell out are cwd=checkout's root. Fix try/finally handlers. Remove extraneous os.chdir() calls since cwd is now correctly set. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8994004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@115027 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=maruel@chromium.org TEST=Configure a checkout using the NewGitWorkflow with a safesync_url and everything works (though possibly with a really long git svn fetch time). BUG=106015 Review URL: http://codereview.chromium.org/8382030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@115011 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Dec, 2011 1 commit
-
-
chrisha@chromium.org authored
This CL adds the egg distribution of setuptools to third_party. A follow-up CL will use this to install various required third-party eggs in a depot_tools/site-packages directory. TBR=maruel@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8953018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@114635 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Dec, 2011 3 commits
-
-
maruel@chromium.org authored
Not sure why pylint didn't catch it. :/ TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8937010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@114270 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
GIT.CaptureStatus was assuming os.getcwd() was using all the time, which isn't true when using trychange.py --sub_rep XXX. R=dpranke@chromium.org TEST= BUG= Review URL: http://codereview.chromium.org/8930002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@114264 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
That helps weed out some issues faces with svn plus helped me figure out some misuses. Most of the commands have been implicitly depending on os.getcwd(). This change makes it always consistent and clear when dependence on the current directory is needed. Remove default arguments to scm.SVN.GenerateDiff and a few other calls to be sure the refactoring was done right. R=dpranke@chromium.org BUG= TEST=make sure most commands aren't broke Review URL: http://codereview.chromium.org/8771042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@114262 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Dec, 2011 1 commit
-
-
maruel@chromium.org authored
This caused all CQ job to not show up on rietveld. Now that rietvelt supports multiple try job per builder per patchset, this check is not useful anymore. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8895022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@113952 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Dec, 2011 1 commit
-
-
jhawkins@chromium.org authored
Review URL: http://codereview.chromium.org/8883034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@113720 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Dec, 2011 1 commit
-
-
jhawkins@chromium.org authored
The previous code erroneously took the lowest-valued branch. Review URL: http://codereview.chromium.org/8888028 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@113681 0039d316-1c4b-4281-b951-d872f2087c98
-
- 05 Dec, 2011 2 commits
-
-
maruel@chromium.org authored
Clean up stdin management. Remove stale comments. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8808002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@113065 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
No significant code change. R=dpranke@chromium.org TEST= BUG= Review URL: http://codereview.chromium.org/8801019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@113062 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Dec, 2011 2 commits
-
-
supersat@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112766 0039d316-1c4b-4281-b951-d872f2087c98
-
supersat@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112765 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Dec, 2011 3 commits
-
-
maruel@chromium.org authored
Enables threaded callback handler for subprocess.communicate(). R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8749015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112465 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
So temporary files aren't left around. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8758004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112358 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8750003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112351 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Nov, 2011 7 commits
-
-
maruel@chromium.org authored
Also, increase the wait for socket binding to 0.2 seconds because OSX10.6 is broken _and_ slow. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8749005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112277 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make sure settings is correctly initialized. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8745014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112222 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Previously, --send-mail required -r to pass. Now it uses the R=|TBR= lines from the description, which is much more useful. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8735018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112221 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add unit test! R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8715007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112220 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This makes sure no regression relative to subprocess is introduced in subprocess2. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8722001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112217 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8694006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112102 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Committing on behalf of Reid Kleckner <rnk@google.com>. BUG=102890 Review URL: http://codereview.chromium.org/8676053 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112099 0039d316-1c4b-4281-b951-d872f2087c98
-