• 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
gcl.py 48.6 KB