A Python 3 script the essentially does the same thing as "p4 reconcile".

David Blume David Blume first commit c92ccd2 @ 2017-02-16 22:55:09
LICENSE.txt first commit 2017-02-16 22:55:09
README.md first commit 2017-02-16 22:55:09
same_as_p4_reconcile.py first commit 2017-02-16 22:55:09
README.md

same_as_p4_reconcile.py

This is a Python 3 script that's nearly the same as simply running "p4 reconcile".

I'd already started writing it before I realized what a duplication of effort it was. So, of course, I decided to memorialize it here.

To preview how a reconcile would look, issue a command like so:

same_as_p4_reconcile.py -c 48 -n source_dir/ p4_dir/

Of course, issue the command with -h or --help to learn more.

same_as_p4_reconcile.py --help

Is it any good?

Yes.

Licence

This software uses the MIT license.