Metadata-Version: 1.1
Name: cutools
Version: 0.3.3
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: 
        CHANGES
        =======
        
        v0.3.3 - 2012-09-03
        -------------------
        * Fix getting files for git1.5
        
        v0.3.2 - 2012-09-02
        -------------------
        * Managing right untracked files
        
        v0.3.1 - 2012-09-02
        -------------------
        * Checking local untracked files if they are in remote branch.
        
        v0.3.0 - 2012-09-02
        -------------------
        * Let get_diff without arguments. Gets all current diff.
        * Adding fetch, checkout, merge, apply_diff, apply_patch to git object.
        * Adding header_diff, write_tmp_patches and write_tmp_patch to diff module.
        * Fix newline for chunks in get_chunks()
        
        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
