- 05 Jun, 2009 2 commits
-
-
maruel@chromium.org authored
They automatically git clone the original repository and execute the original script. So if they are first in the path, they will be executed. If a user has another git-cl/try in the path prior, these stubs won't be used at all and won't mess with the user's setup. Also fix a bug with git handling in trychange.py Review URL: http://codereview.chromium.org/119244 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17737 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/118265 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17727 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Jun, 2009 2 commits
-
-
laforge@chromium.org authored
- Create a new parameter for "gcl change 12354 <filename>" to read comments from a text file. This allows us to programmatically inject comments into a gcl upload - Added helper methods in change to order of which other_files have changed (brings changed files to the top of the list). This makes it easier to find which files have change, and simply cut and paste the top of the list (after many merges, the list of unmodified files grows to be quite extensive... very useful) git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17684 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
The broken PRESUBMIT.py was fixed so reintegrating revision 17554 (which was good in the first place). BUG=none TEST=none TBR=joi Review URL: http://codereview.chromium.org/119130 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17578 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Jun, 2009 5 commits
-
-
maruel@chromium.org authored
TEST=None BUG=None TBR=joi Review URL: http://codereview.chromium.org/119122 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17561 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It was affected by the current directory! Review URL: http://codereview.chromium.org/119101 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17554 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/118159 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17488 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/118160 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17487 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/114076 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17486 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Jun, 2009 3 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115996 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17330 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115994 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17328 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115964 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17314 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 May, 2009 6 commits
-
-
maruel@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/118019 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17215 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/118014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17213 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115926 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17206 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115923 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17202 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Cache SvnAffectedFile.IsTextFile() return value. Improve the unit test by not/less relying on the local file system. Review URL: http://codereview.chromium.org/113964 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17180 0039d316-1c4b-4281-b951-d872f2087c98
-
skylined@chromium.org authored
Add code to handle errors in .gclient configuration files and output human readble information rather than a raw exception stack. Review URL: http://codereview.chromium.org/113968 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17179 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 May, 2009 2 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115881 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17114 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make DepotToLocalPath() and LocalToDepotPath() not static. It is necessary for a subsequent change since I need to factor out it's SCM assumption. Review URL: http://codereview.chromium.org/113933 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17091 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 May, 2009 3 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/113899 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17039 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/113883 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16983 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/113859 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16959 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 May, 2009 1 commit
-
-
maruel@chromium.org authored
Ironically, it was broken. Review URL: http://codereview.chromium.org/115679 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16856 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 May, 2009 5 commits
-
-
maruel@chromium.org authored
BUG=None R=joi Review URL: http://codereview.chromium.org/115719 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16819 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=New unit tests. BUG=None Review URL: http://codereview.chromium.org/113783 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16785 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=gcl commit doesn't show any "svn: 'bleh' is not a working copy" error R=jam Review URL: http://codereview.chromium.org/113782 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16781 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115616 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16738 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
some of the files have attribute changes, the server responds with a list of files where the files with attribute changes have backslashes (as they do in the svn diff output). Fix this in the client. A server-side fix might also be nice; where does the server-side code live? BUG=none TEST=none Patch contributed by Joi. Review URL: http://codereview.chromium.org/112050 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16688 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 May, 2009 3 commits
-
-
maruel@chromium.org authored
BUG=12339 TEST=see bug for repro steps. Review URL: http://codereview.chromium.org/113709 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16620 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Rename repository_root to REPOSITORY_ROOT. Review URL: http://codereview.chromium.org/115615 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16598 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115612 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16597 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 May, 2009 4 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/113656 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16513 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/113650 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16499 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115534 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16477 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/113586 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16476 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 May, 2009 2 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/115516 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16390 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add a basic unit test. Review URL: http://codereview.chromium.org/115514 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16388 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 May, 2009 1 commit
-
-
maruel@chromium.org authored
Remove import readline since it is not used and not available on win32 Fix the tempfile.NamedTemporaryFile() handling on win32. Review URL: http://codereview.chromium.org/113480 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16220 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 May, 2009 1 commit
-
-
maruel@chromium.org authored
Changed InputApi.PresubmitLocalPath() to contain the absolute path without the script name. Review URL: http://codereview.chromium.org/113354 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@16157 0039d316-1c4b-4281-b951-d872f2087c98
-