Metadata-Version: 1.0
Name: diff-highlight
Version: 0.1.0
Summary: pretty diff highlighter; emphasis changed words in diff
Home-page: http://blockdiag.com/
Author: Takeshi Komiya
Author-email: i.tkomiya at gmail.com
License: Apache License 2.0
Download-URL: http://pypi.python.org/pypi/diff-highlight
Description: `diff-highlight`: pretty diff highlighter; emphasis changed words in diff
        
        This mercurial extension adds word highlights to every diff outputs.
        
        Setup
        =====
        
        Use easy_install or pip::
        
           $ sudo easy_install diff-highlight
        
           Or
        
           $ sudo pip diff-highlight
        
        And then, add color and diff_highlight to your extensions list on $HOME/.hgrc::
        
           [extensions]
           color =
           diff_highlight =
        
        
        Requirements
        ============
        * Python 2.6, 2.7
        
        License
        =======
        Apache License 2.0
        (highlights/pprint.py is under PSFL)
        
        
        History
        =======
        
        0.1.0 (2013-12-20)
        -------------------
        * first release
        
        
Keywords: mercurial,git,diff,highlight
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Text Processing :: Filters
