| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
You need shell=True on Windows for it to understand PATH.
(Python's subprocess module is confusing: the Windows semantics
are significantly different than the Unix ones. Either way on
Windows, the command array is flattened and shell-escaped.)
Review URL: http://codereview.chromium.org/3032009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53119 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Useful when running it in combination with other programs.
Review URL: http://codereview.chromium.org/3015007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Contributed by Hans Wennborg <hans@chromium.org>.
BUG=41695
TEST=Ran the script from different dirs to cover all paths through affected code.
Review URL: http://codereview.chromium.org/1582033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44921 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Suppose WebKit trunk's recent history is commits r1, r5, and r10.
Then suppose our DEPS file asks for r8. We should then use r5 as
that contains the same code as r8.
Note that if recent history is as above but lacking r10, we still
die, because it's possible that r8 exists on trunk but just hasn't
made it into git.
Review URL: http://codereview.chromium.org/546090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36655 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
I've long known I needed to fix this, but today I was annoyed enough by it
that I finally did it.
Review URL: http://codereview.chromium.org/477005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/235056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27560 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/207056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26838 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
I had committed before I got Tony's feedback. This change does
some of his suggestions and migrates some info to the wiki.
Review URL: http://codereview.chromium.org/195098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26286 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/203030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25983 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
We run diff-index to see if there are any changes we need to pull in,
but we don't need it to print all of those changes.
Review URL: http://codereview.chromium.org/202045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25869 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Review URL: http://codereview.chromium.org/199034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25543 0039d316-1c4b-4281-b951-d872f2087c98
|