
darcs-diff-inventory - Compute the difference between two darcs inventories

darcs-diff-inventory <inventory-1> <inventory-2>

darcs-diff-inventory computes the difference between two darcs inventories. It is a simple test program written using Darcs::Inventory::Diff.
It will output a list of patch short names with a prefix character. If the prefix is '-' then the patch is in the first inventory but not in the second. If the prefix is '+' then the patch is in the second but not in the first.

Darcs::Inventory::Diff, Darcs::Inventory

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Copyright (C) 2007-2012 David Caldwell

David Caldwell <david@porkrind.org>