Metadata-Version: 1.1
Name: cutools
Version: 0.2.0
Summary: Check local modifications in upstream branch
Home-page: https://github.com/ecarreras/cutools
Author: Eduard Carreras
Author-email: ecarreras@gmail.com
License: Copyright (c) 2012, Eduard Carreras <ecarreras@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


Description: Cutools (a.k.a Check Upgrade Tools)
        ===================================
        
        For this moment only git is supported.
        
        $ cugit check origin/master
        
        This will check if local modifications will come when you merge origin/master
        in your local branch.
        
        CHANGES
        =======
        
        v0.2.0 - 2012-08-28
        -------------------
        * Added --diff option to check command. By default check command only will
        print the files ok or failed. If --diff flag is enabled it will show the
        diff.
        
        * Added diff command to get the diff of files that doesn't apply for use when
        merge is done.
        
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Provides: cutools
