- 01 Jun, 2010 3 commits
-
-
nsylvain@google.com authored
relative path. bug:45589 Review URL: http://codereview.chromium.org/2447002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48680 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2425003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48637 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=23328 Review URL: http://codereview.chromium.org/2446001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48613 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 May, 2010 4 commits
-
-
maruel@chromium.org authored
TBR=bradnelson Review URL: http://codereview.chromium.org/2444001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48610 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make -r invalid@rev a warning and ignore the argument. Make -r rev use the Nth solution. Fix a bug in FakeRepos.assertTree(). TEST=updated the smoke test to reflect the new behavior which should be the most compatible with the current buildbot behavior BUG=chromium-os:3465 Review URL: http://codereview.chromium.org/2430001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48607 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2408001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48606 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2336002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48582 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 May, 2010 8 commits
-
-
maruel@chromium.org authored
Otherwise, commands like "gcl commit" would throw an exception instead of a comprehensible error message. TBR=jam Review URL: http://codereview.chromium.org/2366002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48520 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=nasser Review URL: http://codereview.chromium.org/2338002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48512 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2384001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48508 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make it work with 'coverage'. Make FakeRepos initialization lazy. Only generate the repository when needed. It's in part intended for gclient_scm_tests.py but I left it out of this review. To use: easy_install coverage ./tests/gclient_smoke.py -c coverage report Current coverage with gclient_smoke: Name Stmts Exec Cover ----------------------------------------------- gclient 557 416 74% gclient_scm 496 270 54% gclient_utils 195 117 60% scm 439 180 41% (ignoring irrelevant files) It's quite good in fact, 74% of gclient.py being executed with the smoke test. Review URL: http://codereview.chromium.org/2352002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48501 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=new smoke test BUG=chromiums-os:3465 Review URL: http://codereview.chromium.org/2304002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48490 0039d316-1c4b-4281-b951-d872f2087c98
-
nasser@codeaurora.org authored
Review URL: http://codereview.chromium.org/2380001 Change-Id: Icfef43fe507be04b8c178440834d26b9ac3ced77 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48489 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=chromium-os:2308 Review URL: http://codereview.chromium.org/2337003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48488 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add an explicit Register() function to be called outside of this file. Send the host fqdn to help know from where the exception comes. It is useful when a build slave throws an exception. Review URL: http://codereview.chromium.org/2327003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48455 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 May, 2010 4 commits
-
-
maruel@chromium.org authored
TBR=jam Review URL: http://codereview.chromium.org/2342001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48449 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Otherwise it would return the naked host name most of the time, especially on Windows. Review URL: http://codereview.chromium.org/2239010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48432 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=siggi Review URL: http://codereview.chromium.org/2287005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48396 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Automatically generate help and enforce stricter argument parsing. Stops from throwing an exception when run outside a subversion checkout. Fixed gcl lint. Review URL: http://codereview.chromium.org/2301003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48386 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 May, 2010 10 commits
-
-
maruel@chromium.org authored
This may not make sense in practice but is necessary for testing. Add regression test. TBR=msb TEST=smoke test BUG=23328 Review URL: http://codereview.chromium.org/2238004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48317 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
I'll add a smoke test after. TBR=msb TEST=to be written later BUG=none Review URL: http://codereview.chromium.org/2240005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48314 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
BUG=23328 Review URL: http://codereview.chromium.org/2285003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48311 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
""" Enable automatic command and one-liner doc. Reformat pydoc accordingly. Add parser as an argument and parse_args hook in preparation to move parse_args at the right place, inside the CMDxx functions. R.I.P. gclient_test.py """ original code review at: http://codereview.chromium.org/2253002 In addition: - Add more smoke tests: vars, hooks, runhooks - Bugs filed about misbehavior with git checkout - Fixed gclient runhooks TEST=smoke test BUG=23328 Review URL: http://codereview.chromium.org/2265002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48309 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Still broken. Review URL: http://codereview.chromium.org/2285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48290 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
""" Enable automatic command and one-liner doc. Reformat pydoc accordingly. Add parser as an argument and parse_args hook in preparation to move parse_args at the right place, inside the CMDxx functions. R.I.P. gclient_test.py """ original code review at: http://codereview.chromium.org/2253002 In addition: - Add more smoke tests: vars, hooks, runhooks - Bugs filed about misbehavior with git checkout - Fixed gclient runhooks TEST=smoke test BUG=23328 Review URL: http://codereview.chromium.org/2265002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48289 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48272 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Add parser as an argument and parse_args hook in preparation to move parse_args at the right place, inside the CMDxx functions. R.I.P. gclient_test.py Review URL: http://codereview.chromium.org/2253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48271 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
gclient sync, revert and status are tested. GClientSmokeGIT.testRevertAndStatus is known to fail since git-backed revert doesn't work. Review URL: http://codereview.chromium.org/2189001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48239 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=jam Review URL: http://codereview.chromium.org/2252001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48235 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 May, 2010 1 commit
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2198001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@48225 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 May, 2010 1 commit
-
-
scherkus@chromium.org authored
Turns out svn treats extra whitespace as part of the revision number and throws an exception. BUG=44790 TEST=insert some spaces in your revision arguments, gclient should still work Review URL: http://codereview.chromium.org/2077017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47979 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 May, 2010 2 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2087015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47678 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
configured for it when figuring out the patch to upload to the try server. This prevents git installations where the diff is configured to use an interactive tool to work without doing nasty workarounds. BUG=none TEST=none Review URL: http://codereview.chromium.org/1958002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47661 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 May, 2010 1 commit
-
-
maruel@chromium.org authored
The unit tests are unbearable and the next change forces me to trash them. Thus adding smoke tests before. The current tests aren't involved enough yet but are a good base for further testing. I plan to only test the most important functionalities, the ones used in the continuous build and try server. TEST=new smoke test BUG=23328 Review URL: http://codereview.chromium.org/2092012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47580 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 May, 2010 6 commits
-
-
maruel@chromium.org authored
Review URL: http://codereview.chromium.org/2078011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47456 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Enable automatic command and one-liner doc. Reformat pydoc accordingly. Add parser as an argument and parse_args hook in preparation to move parse_args at the right place, inside the CMDxx functions. Update unit tests Review URL: http://codereview.chromium.org/2129005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47449 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47437 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47436 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47435 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47434 0039d316-1c4b-4281-b951-d872f2087c98
-