[darcs-devel] A forwarded darcs patch

peter.maxwell at anu.edu.au peter.maxwell at anu.edu.au
Tue Jun 15 01:13:15 PDT 2004


The following patch was either unsigned, or signed by a non-allowed
key, or there was a gpg failure.

>From maxwell at aude.anu.edu.au Tue Jun 15 04:13:15 2004
Return-path: <maxwell at aude.anu.edu.au>
Envelope-to: droundy at abridgegame.org
Delivery-date: Tue, 15 Jun 2004 04:13:15 -0400
Received: from aude.anu.edu.au ([150.203.157.56])
	by www.abridgegame.org with esmtp (Exim 3.35 #1 (Debian))
	id 1Ba94F-0004PG-00
	for <droundy at abridgegame.org>; Tue, 15 Jun 2004 04:13:15 -0400
Received: by aude.anu.edu.au (Postfix, from userid 501)
	id 375D6158A3D; Tue, 15 Jun 2004 18:12:44 +1000 (EST)
To: Davids Darcs Repo <droundy at abridgegame.org>
Subject: darcs patch
DarcsURL: http://abridgegame.org/repos/darcs
Content-Type: multipart/mixed; boundary="aaack"
Message-Id: <20040615081244.375D6158A3D at aude.anu.edu.au>
Date: Tue, 15 Jun 2004 18:12:44 +1000 (EST)

--aaack


Tue Jun 15 18:01:55 EST 2004  peter.maxwell at anu.edu.au
  * DARCS_EDITOR rather than DARCSEDITOR


--aaack
Content-Type: text/x-darcs-patch
Content-Description: A darcs patch for your repository!

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Context:

[when given a --patches flag with --dry-run, display only what would actually get pulled.
David Roundy <droundy at abridgegame.org>**20040614104532] 
[fix bug in selecting patches by pattern.
David Roundy <droundy at abridgegame.org>**20040614104446] 
[fix bug in force_matching_last.
David Roundy <droundy at abridgegame.org>**20040614104432] 
[mention in docs that you don't need to run autoconf manually.
David Roundy <droundy at abridgegame.org>**20040614101757] 
[update docs on contributing patches.
David Roundy <droundy at abridgegame.org>**20040614101435] 
[don't cause an error when pulling a change creating a dir that's already in workin dir.
David Roundy <droundy at abridgegame.org>**20040614095656] 
[Make locks work on non-POSIX filesystems.
Juliusz Chroboczek <jch at pps.jussieu.fr>**20040613225300
 Probably Linux-specific.
] 
[Better error reporting for lockfile creation.
Juliusz Chroboczek <jch at pps.jussieu.fr>**20040613223236] 
[mention darcs-devel on website.
David Roundy <droundy at abridgegame.org>**20040613111107] 
[fix bug when specifying logfile in a subdirectory.
David Roundy <droundy at abridgegame.org>**20040613110227
 Darcs wasn't correcting the relative path of the logfile, and thus was
 losing the logfile.
] 
[web page fixes.
David Roundy <droundy at abridgegame.org>**20040613104246] 
[give nice error message when adding a file to a directory that isn't in the repo.
David Roundy <droundy at abridgegame.org>**20040613103521] 
[support backslashes for directory separators in windows.
David Roundy <droundy at abridgegame.org>**20040613101834] 
[make windows link go to wiki page.
David Roundy <droundy at abridgegame.org>**20040613095337] 
[fix make install-server problem with darcs.cgi when making debs.
David Roundy <droundy at abridgegame.org>**20040613095307] 
[Avoid unpacking PackedStrings in the printer.
jch at pps.jussieu.fr**20040613000234
 Darcs reads file data into PackedStrings, but unpacks them when
 printing out a patch.
       
 The fix is to make the printer able to grok streams of arbitrary
 tokens, not just Haskell strings (streams of Char).  See the type
 class Printer.Printable and the instance Printer.PChar.  See also the
 type synonim PrintPatch.PrinterType, which is what gets actually used.
 
 The net effect is that darcs whatsnew is more than twice as fast, and
 darcs pull of large patches uses 10 (!) times less memory.  On the
 other hand, darcs pull of many small patches uses up a few percent
 more CPU time, which I don't understand.
] 
[Install xslt files with appropriate perms
Nigel Rowe <rho at swiftdsl.com.au>**20040612113632] 
[TAG 0.9.21
David Roundy <droundy at abridgegame.org>**20040612105625] 

New patches:

[DARCS_EDITOR rather than DARCSEDITOR
peter.maxwell at anu.edu.au**20040615080155] {
hunk ./DarcsArguments.lhs 650
- -get_editor = getEnv "DARCSEDITOR" `catchall`
+get_editor = getEnv "DARCS_EDITOR" `catchall`
+             getEnv "DARCSEDITOR" `catchall`
hunk ./Record.lhs 274
- -follows.  If one of the \verb!$DARCSEDITOR!, \verb!$VISUAL! or
+follows.  If one of the \verb!$DARCS_EDITOR!, \verb!$VISUAL! or
hunk ./Record.lhs 283
- -export DARCSEDITOR="vi </dev/tty >/dev/tty"
+export DARCS_EDITOR="vi </dev/tty >/dev/tty"
hunk ./configuring_darcs.tex 41
- -\subsection{DARCSEDITOR}
+\subsection{DARCS\_EDITOR}
hunk ./configuring_darcs.tex 43
- -record), darcs uses the contents of DARCSEDITOR if it is defined.  If
+record), darcs uses the contents of DARCS\_EDITOR if it is defined.  If
}



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD8DBQFAzq97tolFPnGVc9QRAnOOAKDCK1BqIdJrECYDf80RfUN6ZBAW9QCgqBRh
K/kA1RsCV77GCSBjfxrJzgM=
=TGv1
-----END PGP SIGNATURE-----

--aaack





More information about the darcs-devel mailing list