hg_hooks/bugzilla/versiontobugzilla.py
changeset 42 ac3a70c9f81c
parent 22 f55ca49f7f44
equal deleted inserted replaced
41:0c8b7325c98e 42:ac3a70c9f81c
       
     1 #
       
     2 # Copyright (c) 2009 Symbian Foundation.
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Symbian Foundation - Initial contribution
       
    11 # 
       
    12 # Contributors:
       
    13 # {Name/Company} - {Description of contribution}
       
    14 # 
       
    15 # Description:
       
    16 # Mercurial hook to turn hg tags into package versions in Bugzilla
       
    17 # 
       
    18 
     1 '''Bugzilla integration for adding versions from tags
    19 '''Bugzilla integration for adding versions from tags
     2 
    20 
     3 The hook updates the Bugzilla database directly. Only Bugzilla installations
    21 The hook updates the Bugzilla database directly. Only Bugzilla installations
     4 using MySQL are supported.
    22 using MySQL are supported.
     5 
    23