On Mon, Jul 14, 2008 at 11:06:06AM +0200, Levente Mészáros <[EMAIL PROTECTED]> 
wrote:
> Reading the documentation I could not figure out what arguments does
> the hook get on windows. It seems to get nothing, or is it using
> standard input/output to communicate with darcs?

I don't think this is windows-specific. Last time I checked the hook was
just executed, without parameters or data on stdin. So if you want to
know for example how many new patches are in the repo, you need to store
the state of the last run somewhere, then you can do a

        darcs chan --from-match "hash $previoushash"

> What about performance for projects with a few thousand files?

http://wiki.darcs.net/index.html/FrequentlyAskedQuestions#head-0c544695d741b2e9c91efc81c40c722d9162378e

Attachment: pgpOkfi4OKjdq.pgp
Description: PGP signature

_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to