Metadata-Version: 1.1
Name: anyvc
Version: 0.3.6
Summary: Library to access any version control system.
Home-page: http://www.bitbucket.org/RonnyPfannschmidt/anyvc/
Author: Ronny Pfannschmidt
Author-email: Ronny.Pfannschmidt@gmx.de
License: GNU GPL2 (or later) as published by the FSF
Description: 
        Readme
        ~~~~~~
        
        Anyvc is an abstraction library for all version control systems. Although
        primarily a library, there is a command line tool (vc) to use with it.
        
        Development
        ~~~~~~~~~~~
        
        Main Repository::
        
            hg clone http://bitbucket.org/RonnyPfannschmidt/anyvc/
        
        To easy_install the latest tip using::
        
            easy_install anyvc==dev
        
        The link is http://bitbucket.org/RonnyPfannschmidt/anyvc/get/tip.zip#egg=anyvc-dev
        
        Dependencies
        ~~~~~~~~~~~~~~
        :mercurial: mercurial>=1.2
        :subversion: subvertpy
        :git: dulwich
        
        Changelog
        ==========
        
        from 0.3.5 to 0.3.6
        --------------------
        
        * kill bzr backend
        * better checking for existing modules for backends
        * fix bugs in MercurialRevision.isdir
        * initial clone from remote support, still hackish
        * use py.io.Terminalwriter for cli diff/status coloring
        * support to iterate backends by featurs
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
