On Sun, Nov 16, 2008 at 07:04:24PM -0700, zooko wrote: > I think that I am already relying on the new behavior, because I > routinely set of old-fashioned and hashed-format repositories in > pairs, and install in each one a post-hook which pushes all patches > to the other one. > > Currently, this process terminates instead of recursing endlessly. > > I guess this means that the "don't run the posthook if nothing > happened" functionality is already present in the version of darcs > that I am using.
No, this is because your posthook is being run on apply, and apply is never called if push sees there are no changes to push. But I think it does illustrate why the new behavior is consistent with user perception of the old... David _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
