Metadata-Version: 1.1
Name: hgticket
Version: 1.0
Summary: **Mercurial extension to detect JIRA-style ticket number in a commit message**
Home-page: http://bitbucket.org/adimian/hgticket
Author: Eric Gazoni
Author-email: eric.gazoni@adimian.com
License: MIT
Download-URL: http://bitbucket.org/adimian/hgticket/downloads
Description: 
        We have a policy of linking every commit to a ticket, for traceability. 
        But we are humans, and we tend to forget, while rushing to release a new awesome app.
        So we made this ridiculous extension to get our back covered. 
        
        Heavily inspired from Iain Lowe's hgspellcheck extension (https://bitbucket.org/ilowe/hgspellcheck)
        
        INSTALLATION
        ------------
        
        ::
        
           $ pip install -e hg+https://bitbucket.org/adimian/hgticket/src#egg=hgticket
        
        or::
        
            $ hg clone http://bitbucket.org/adimian/hgticket
        
        USAGE
        -----
        
        in your hgrc, add the following::
        
            [extensions]
            hgticket = path/to/hgticket.py
Keywords: mercurial hg scm jira ticket
Platform: UNKNOWN
