NAME
darcs-diff-inventory - Compute the difference between two darcs inventories
SYNOPSIS
darcs-diff-inventory <inventory-1> <inventory-2>
DESCRIPTION
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.
SEE ALSO
Darcs::Inventory::Diff, Darcs::Inventory
COPYRIGHT
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
AUTHOR
David Caldwell <david@porkrind.org>