On Thu, Jul 20, 2006 at 03:21:58PM -0700, Nathaniel Gray wrote: > Is there some trick that can make this work sensibly or do I have to > resort to some kind of horrific send-log-message that tries to compute > what's changed by itself?
The posthook doesn't carry any other information than that the command issuing the posthook succeeded. This will hopefully improve in the future. Until then you'll have to resort to some horrific solution. One way (not tested) could be something like: darcs send --dry-run --summary --context=list-ctx-file | mail [EMAIL PROTECTED] darcs changes --context > list-ctx-file -- Tommy Pettersson <[EMAIL PROTECTED]> _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
