[darcs-devel] (no subject)
Mon Dec 18 13:14:24 PST 2006
>From droundy at droundy.dyndns.org Sun Jun 27 07:10:20 2004
Return-path: <droundy at droundy.dyndns.org>
Envelope-to: droundy at abridgegame.org
Delivery-date: Sun, 27 Jun 2004 07:10:20 -0400
Received: from user-10mt71s.cable.mindspring.com ([65.110.156.60] helo=droundy.dyndns.org)
by www.abridgegame.org with esmtp (Exim 3.35 #1 (Debian))
id 1BeXYC-0000mZ-00
for <droundy at abridgegame.org>; Sun, 27 Jun 2004 07:10:20 -0400
Received: from droundy by droundy.dyndns.org with local (Exim 3.36 #1 (Debian))
id 1BeXY7-0007rf-00
for <droundy at abridgegame.org>; Sun, 27 Jun 2004 07:10:15 -0400
To: darcs-devel at abridgegame.org
From: droundy at physics.berkeley.edu
Subject: darcs patch
DarcsURL: http://abridgegame.org/repos/darcs
Content-Type: multipart/mixed; boundary="aaack"
Message-Id: <E1BeXY7-0007rf-00 at droundy.dyndns.org>
Sender: David Roundy <droundy at droundy.dyndns.org>
Date: Sun, 27 Jun 2004 07:10:15 -0400
--aaack
Sat Jun 26 18:04:17 EDT 2004 Jim Marshall <jmarshall99 at qwest.net>
* Add warning to 'darcs remove' help
--aaack
Content-Type: text/x-darcs-patch
Content-Description: A darcs patch for your repository!
New patches:
[Add warning to 'darcs remove' help
Jim Marshall <jmarshall99 at qwest.net>**20040626220417]
<
> {
hunk ./Remove.lhs 54
remove_help =
"Remove should be called when you want to remove a file from your project,\n"++
"but don't actually want to delete the file. Otherwise just delete the\n"++
- "file or directory, and darcs will notice that it has been removed.\n"
+ "file or directory, and darcs will notice that it has been removed.\n" ++
+ "Be aware that the file WILL be deleted from any other copy of the repo\n" ++
+ "to which you later apply the patch.\n"
\end{code}
\begin{code}
}
Context:
[work around stupid bug in old autoconfs.
droundy at civet.berkeley.edu**20040627104351]
[fix up happ-forwarding (hopefully).
David Roundy <droundy at abridgegame.org>**20040627092644]
[increase laziness of diff_from_empty.
David Roundy <droundy at abridgegame.org>**20040626140020
I believe this reduces the memory usage of initial records (or whenever
lots of files are added) and optimize --checkpoint by about a factor of
four, although I haven't yet tested it on a seriously large repository.
]
[TAG 0.9.22
David Roundy <droundy at abridgegame.org>**20040626123533]
--aaack
More information about the darcs-devel
mailing list