Metadata-Version: 1.0
Name: hg-formatsource
Version: 0.2.0
Summary: Mercurial extension to apply and gracefully merge code formatting
Home-page: https://bitbucket.org/octobus/hg-formatsource
Author: Pierre-Yves David
Author-email: pierre-yves.david@octobus.net
License: GPLv2+
Description: Source Format
        ==============
        
        Mercurial extension to apply and gracefully merge code formatting
        
        The extension provide a way to run code-formatting tool in a way that avoid
        conflict related to this formating when merging code not formatted yet.
        
        Install
        -------
        
        To install use::
        
          pip install --user hg-formatsource
        
        Documentation
        -------------
        
        See the inline help for full documentation::
        
            hg help -e formatsource # extension
        
Keywords: hg mercurial
Platform: UNKNOWN
