- 10 Nov, 2009 5 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/387005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31592 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/385007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31590 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
Fix GetCachedFile() to skip local mods when use_root is True. The files that exist in the root of the tree don't even seem to exist in the normal source checkouts, and we were looking at a different file as a result. BUG=none R=maruel@chromium.org TEST=locally modify a PRESUBMIT.py file and look for duplicate results. If you get duplicates, this didn't fix it Review URL: http://codereview.chromium.org/379021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31586 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=27241 TEST=running 'gcl change --force' in a read-only checkout creates random changename. M gcl.py Review URL: http://codereview.chromium.org/387001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31552 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=27243 TEST=Create change which contains no files and confirm 'gcl diff createdchange' doesn't output anything. M gcl.py Review URL: http://codereview.chromium.org/388001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31551 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Nov, 2009 4 commits
-
-
chase@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31454 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
BUG=25824 TEST=running 'gcl change foo' in a read-only checkout shows an error, --force creates a CL anyway, and gcl change in read-write checkouts continues to work. Review URL: http://codereview.chromium.org/378027 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31452 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
ssh://test@example.org/test.git was not parsed correctly because we would split at the '@' assuming what followed was a revision. Review URL: http://codereview.chromium.org/372045 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31444 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
for the try servers and fallback on EMAIL_ADDRESS, since WebKit uses that. The reason is that some people have WebKit emails that predate Chromium emails so some separation is warranted so that people don't have to fix up emails all the time. BUG=None TEST=None Original review: http://codereview.chromium.org/372048 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31437 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Nov, 2009 1 commit
-
-
msb@chromium.org authored
Requirement for build system. Review URL: http://codereview.chromium.org/372036 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31362 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Nov, 2009 2 commits
-
-
msb@chromium.org authored
* Add revinfo as part of SCMWrapper interface. * Implement revinfo for git and svn. * Add unit tests. Review URL: http://codereview.chromium.org/362008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31280 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
If you're not running gclient sync with --verbose and you get a conflict on a file, the conflict message prints *before* the message that you're running update in the appropriate directory. This is happening because we intercept stdout but not stderr, and the conflict prompt goes to stderr. redirecting stderr in the popen() to the pipe fixes this. R=maruel@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31276 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Nov, 2009 1 commit
-
-
dpranke@google.com authored
codereview.settings files. BUG=none TEST=none R=maruel@chromium.org Review URL: http://codereview.chromium.org/354023 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30910 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Nov, 2009 4 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
-
joi@chromium.org authored
BUG=none TEST='gcl try' should succeed even if EMAIL_ADDRESS env variable is not set. Review URL: http://codereview.chromium.org/351025 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30870 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
-
maruel@chromium.org authored
Enforce --bot when --url is used. Add a warning when --email is not defined. Set a default --name on rietveld patches. Set return value. TEST=not much BUG=when using --url and not --bot, an exception was thrown Review URL: http://codereview.chromium.org/348044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30848 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Nov, 2009 1 commit
-
-
msb@chromium.org authored
Review URL: http://codereview.chromium.org/353001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30752 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Oct, 2009 2 commits
-
-
dpranke@google.com authored
modified codereview.settings or presubmit file. BUG=none R=maruel@chromium.org TEST=none Review URL: http://codereview.chromium.org/340030 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30503 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
I've added two settings to codereview.settings - LINT_REGEX and LINT_IGNORE_REGEX - to specify which files should be linted. The default is to lint anything that ends in .cpp, .cc, .inl, or .h, and to ignore nothing. I have also modified GetCachedFile() to look for a locally modified version of codereview.settings before looking in the repository. R=maruel@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/257054 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30415 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Oct, 2009 3 commits
-
-
msb@chromium.org authored
Review URL: http://codereview.chromium.org/339037 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30317 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
output. R=maruel@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/344007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30307 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
print messages unless the underlying commands actually generate output. This is a more conservative version of r28271. BUG=none TEST=none R=maruel Review URL: http://codereview.chromium.org/344004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30296 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Oct, 2009 1 commit
-
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/342008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@30285 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Oct, 2009 3 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
-
pkasting@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/332014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29927 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Oct, 2009 2 commits
-
-
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
-
maruel@chromium.org authored
Remove stale reference to bootstrap\update.bat. TEST=none BUG=none Review URL: http://codereview.chromium.org/307004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29637 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Oct, 2009 1 commit
-
-
chase@chromium.org authored
Allow the user to interact with the svn password prompt if needed. Verify the svn server is reachable before proceeding. Clean extra UI issues up. Readability fixes. BUG=none TEST=prompted for a svn password if ~/.subversion/auth is empty, bad svn server causes early timeout Review URL: http://codereview.chromium.org/267059 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29552 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Oct, 2009 2 commits
-
-
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
-
maruel@chromium.org authored
pymox auto-checkout never really worked well so check-in pymox directly. pprint.pformat is non-determinist in one test. Worked around the issue. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/266043 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29398 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Oct, 2009 2 commits
-
-
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
-
shess@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29220 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Oct, 2009 4 commits
-
-
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
-
chase@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/281007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29194 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=none TEST=git-try -b linux -b linux_view Review URL: http://codereview.chromium.org/278015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29171 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
BUG=5339 TEST=excluding depot_tools from PATH shows an instructive error, trying to run the hook with git_cl_hooks.py missing shows an instructive error Review URL: http://codereview.chromium.org/264069 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29156 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Oct, 2009 1 commit
-
-
thestig@chromium.org authored
Review URL: http://codereview.chromium.org/274031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@28931 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Oct, 2009 1 commit
-
-
pkasting@chromium.org authored
* Actually print unknown files * Put things in the proper order (i.e. files with no changelist under the "no changelist" header) Review URL: http://codereview.chromium.org/270047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@28719 0039d316-1c4b-4281-b951-d872f2087c98
-