- 18 Feb, 2011 1 commit
-
-
mirandac@chromium.org authored
I am a huge fan of drover, but discovered this morning that it wasn't working with my svn client, even though it was version 1.6.15. I did some poking around, and found that because SlikSvn doesn't give a revision number in its --version information dump, it was failing to match the regex in drover.py. I then noticed that the revision number wasn't being used for anything, so I removed it and everything worked great again. Review URL: http://codereview.chromium.org/6538055 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@75398 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Nov, 2010 1 commit
-
-
maruel@chromium.org authored
Most of them are style issues or variable aliasing. TEST=Can almost enable pylint warnings BUG=none Review URL: http://codereview.chromium.org/4360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@64908 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Oct, 2010 1 commit
-
-
mattm@google.com authored
BUG=none TEST=cd ../tempdir && ../depot_tools/drover <some args> Review URL: http://codereview.chromium.org/3811001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62497 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
It seems execfile() has different properties than exec(). TEST=none BUG=none Review URL: http://codereview.chromium.org/3448001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59407 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
The previous 'fix' would fail if drover.properties would contain FILE_PATTERN = None or something similar. TEST=none BUG=none Review URL: http://codereview.chromium.org/3363013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59254 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Sep, 2010 1 commit
-
-
laforge@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59179 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
This tool has been quite useful noticing errors in the past and I'd have avoided a breakage in r58936 if I had run it. Had to fix a few scripts first. BUG=none TEST=new test Review URL: http://codereview.chromium.org/3337018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59107 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Sep, 2010 1 commit
-
-
dglazkov@chromium.org authored
R=laforge TEST=use drover.py with WebKit repo -- it should work! BUG=none Review URL: http://codereview.chromium.org/3368007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58844 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Aug, 2010 1 commit
-
-
maruel@chromium.org authored
Original Description: Remove code duplication and improve style. Create a Popen function to reduce code duplication. Use RemoveDirectory where relevant. Make drover slightly more posix friendly. Review URL: http://codereview.chromium.org/3199011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@57083 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Aug, 2010 2 commits
-
-
maruel@chromium.org authored
This reverts commit 850ee065. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@56894 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Create a Popen function to reduce code duplication. Use RemoveDirectory where relevant. Make drover slightly more posix friendly. Review URL: http://codereview.chromium.org/3126020 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@56893 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Jul, 2010 1 commit
-
-
jochen@chromium.org authored
That change allows for merging multiple revisions into a local working copy. TEST=none BUG=none Review URL: http://codereview.chromium.org/3041034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@54399 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Jul, 2010 1 commit
-
-
sky@chromium.org authored
Review URL: http://codereview.chromium.org/3025006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@53100 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Jun, 2010 1 commit
-
-
maruel@chromium.org authored
Fix a bug in scm.SVN.DiffItem() Reduce variable aliasing, fix alignments, etc. Review URL: http://codereview.chromium.org/2673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48943 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Jun, 2010 1 commit
-
-
viettrungluu@chromium.org authored
BUG=none TEST=drover still works as before, but hyphens are no longer eliminated from commit messages Review URL: http://codereview.chromium.org/2488004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48771 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Feb, 2010 1 commit
-
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/651022 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@39603 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Feb, 2010 1 commit
-
-
maruel@chromium.org authored
Moved tests/pymox to third_party/pymox Moved upload.py to third_party/upload.py Fixed tests so they can run standalone Fixed the executable bit on some scripts TEST=none BUG=34376 Review URL: http://codereview.chromium.org/562031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37987 0039d316-1c4b-4281-b951-d872f2087c98
-
- 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
-
- 25 Jan, 2010 1 commit
-
-
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
-
- 22 Jan, 2010 1 commit
-
-
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
-
- 18 Dec, 2009 2 commits
-
-
laforge@chromium.org authored
Fix the author search for branches (only an issue on reverts), looking at trunk w/ the revision won't tell you the correct author. Review URL: http://codereview.chromium.org/505053 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35009 0039d316-1c4b-4281-b951-d872f2087c98
-
laforge@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@34897 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Dec, 2009 2 commits
-
-
laforge@chromium.org authored
Review URL: http://codereview.chromium.org/505042 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@34895 0039d316-1c4b-4281-b951-d872f2087c98
-
laforge@chromium.org authored
Review URL: http://codereview.chromium.org/501081 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@34894 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Dec, 2009 1 commit
-
-
maruel@chromium.org authored
Client-side implementation. TODO: Need to automatically disable it for unit tests. Review URL: http://codereview.chromium.org/444009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@33681 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Nov, 2009 1 commit
-
-
laforge@chromium.org authored
Review URL: http://codereview.chromium.org/414060 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32713 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Nov, 2009 2 commits
-
-
chase@chromium.org authored
BUG=none TEST=drover can access SVN server from outside Google Review URL: http://codereview.chromium.org/340079 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30888 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/341013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30865 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Oct, 2009 2 commits
-
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/330008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29965 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
to do the revert. Review URL: http://codereview.chromium.org/328009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29936 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Oct, 2009 1 commit
-
-
laforge@chromium.org authored
Review URL: http://codereview.chromium.org/292052 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29699 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Oct, 2009 1 commit
-
-
nsylvain@chromium.org authored
drover: switch to use optparse, and add the arguments to be able to support the revert bot. Review URL: http://codereview.chromium.org/294005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29446 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2009 1 commit
-
-
nsylvain@chromium.org authored
the python code we have. 90% of the changes are removing trailing spaces. Review URL: http://codereview.chromium.org/282014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29312 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Oct, 2009 1 commit
-
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/274072 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29214 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2009 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/222010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26980 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Aug, 2009 1 commit
-
-
laforge@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@22565 0039d316-1c4b-4281-b951-d872f2087c98
-