1. 24 Apr, 2013 6 commits
  2. 21 Apr, 2013 3 commits
  3. 20 Apr, 2013 2 commits
  4. 19 Apr, 2013 5 commits
  5. 18 Apr, 2013 9 commits
  6. 17 Apr, 2013 1 commit
  7. 16 Apr, 2013 2 commits
  8. 15 Apr, 2013 2 commits
  9. 14 Apr, 2013 1 commit
  10. 12 Apr, 2013 7 commits
  11. 11 Apr, 2013 2 commits
    • jochen@chromium.org's avatar
      Add the --nosvn property to the chromium solution. · d993e78d
      jochen@chromium.org authored
      This allows non-committers to use fetch to checkout chromium or blink using
      
      $ fetch chromium --nosvn=true
      
      BUG=230357
      R=dpranke@chromium.org
      
      Review URL: https://codereview.chromium.org/13910005
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193713 0039d316-1c4b-4281-b951-d872f2087c98
      d993e78d
    • jam@chromium.org's avatar
      Revert 193525 · 7d5cc1b4
      jam@chromium.org authored
      I get the following when doing "gcl upload"
      
      Traceback (most recent call last):
        File "f:\src\depot_tools\gcl.py", line 1459, in <module>
          sys.exit(main(sys.argv[1:]))
        File "f:\src\depot_tools\gcl.py", line 1437, in main
          return command(argv[1:])
        File "f:\src\depot_tools\gcl.py", line 1070, in CMDchange
          description = change_info.GetIssueDescription()
      AttributeError: 'ChangeInfo' object has no attribute 'GetIssueDescription'
      Sending crash report ...
        args: ['f:\\src\\depot_tools\\gcl.py', 'change', 'w4f4']
        cwd: f:\src\chrome3\src
        exception: 'ChangeInfo' object has no attribute 'GetIssueDesc
        host: JABDELMALEK3-W.ad.corp.google.com
        stack:   File "f:\src\depot_tools\gcl.py", line 1459, in
        user: jabdelmalek
        version: 2.6.2 (r262:71600, Apr 21 2009, 15:05:37) [MSC v.1
      A stack trace has been sent to the maintainers.
      
      
      
       "Make gcl use git_cl.py code for consistency in th..."
      
      > Make gcl use git_cl.py code for consistency in the CL description formatting.
      > 
      > This way, git_cl.py's ChangeDescription becomes the canonical CL description
      > handler.
      > 
      > R=dpranke@chromium.org
      > BUG=
      > 
      > Review URL: https://chromiumcodereview.appspot.com/13800018
      
      TBR=maruel@chromium.org
      Review URL: https://codereview.chromium.org/14016004
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@193555 0039d316-1c4b-4281-b951-d872f2087c98
      7d5cc1b4