On Tue, Jan 03, 2006 at 11:58:12AM +0100, Boris Yakobowski wrote:
> Since the current version in unstable (the problem does not manifest itself
> with the testing version), darcs record does no longer how many fragment a
> patch is made of, e.g.
> 
> $ darcs record
> hunk ./abcd.tex 1
> -\documentclass[orivec]{llncs}
> + \documentclass[orivec]{llncs}
> Shall I record this patch? (1/?) [ynWsfqadjkc], or ? for help:

If you press ? for help, you'll see that pressing 'c' will show you
("count") the number of changes.

This is a result of an optimization to allow record to efficiently handle
massive repositories, in which computing all the changes at once may
require more memory than is available.  Unfortunately, we don't have logic
to figure out whether your repository is large or not, so we always delay
computation of the entire patch until it's necesary.
-- 
David Roundy
http://www.darcs.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to