- 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
-
- 29 Nov, 2011 2 commits
-
-
asvitkine@chromium.org authored
Call ChangeInfo.Load() with fail_on_not_found=True to get a good error message in this case. BUG=none TEST=manual Review URL: http://codereview.chromium.org/8692007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@112018 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Use it in subprocess2 and trial_dir to remove manually bookeeping. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8688011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@111941 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Nov, 2011 2 commits
-
-
maruel@chromium.org authored
No code change beside tests. This is mainly a regression test to make sure I don't regress that code path. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8695003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@111535 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@google.com authored
This will be necessary to override member functions eventually. It also better replicates what subprocess.Popen is. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8570005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@111530 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Nov, 2011 1 commit
-
-
igorgatis@gmail.com authored
Introduced git+http(s) fake URL schema to support git urls which don't have "filename.git" portion (http://foo/bar vs http://foo/bar/filename.git). Review URL: http://codereview.chromium.org/8590024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@110937 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2011 1 commit
-
-
maruel@chromium.org authored
Change return value from list to tuple for communicate(timeout != None). R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8539015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@110094 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Nov, 2011 2 commits
-
-
cmp@chromium.org authored
Review URL: http://codereview.chromium.org/8536043 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109750 0039d316-1c4b-4281-b951-d872f2087c98
-
jeffbailey@chromium.org authored
the current canonical upstream. The Chromium mirror is out of date. Review URL: http://codereview.chromium.org/8540026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109742 0039d316-1c4b-4281-b951-d872f2087c98
-