[darcs-devel] darcs patch: Add parens functionality to the printer ... (and 3 more)

2008-01-11 Thread E . Y . Kow
The configure script was complaining about Text.PrettyPrint for reasons I never got around to understanding. This new code may be imperfect, or not as nice as Text.PrettyPrint in any case. It also introduces some spurious differences into the ChangeLog, i.e. spaces in slightly different places.

[darcs-devel] darcs patch: Added test for issue381. (and 1 more)

2008-01-17 Thread E . Y . Kow
Note: I had to edit the context of Marnix's patch to make it apply cleanly, which is probably a bad thing to do in the general case. But I'm guessing that send.sh hasn't changed between then and now. Tue Jan 9 21:08:35 GMT 2007 Marnix Klooster [EMAIL PROTECTED] * Added test for issue381.

[darcs-devel] darcs patch: Refactor test/bug harness calls in Makef... (and 2 more)

2008-01-17 Thread E . Y . Kow
There's a definite drawback to this makefile refactor, in that now we're really fragile/sensitive to whitespace and other annoying things. Then again, fixing the makefile is a little bit easier. Thu Jan 17 17:17:06 GMT 2008 Eric Kow [EMAIL PROTECTED] * Refactor test/bug harness calls in

[darcs-devel] darcs patch: Actually run perl tests. (and 1 more)

2008-01-17 Thread E . Y . Kow
Not sure this is the right place to put the 'Checking for conflicts' message though. Thu Jan 17 20:01:49 GMT 2008 Eric Kow [EMAIL PROTECTED] * Actually run perl tests. Fix my harness refactor. Thu Jan 17 20:12:08 GMT 2008 Eric Kow [EMAIL PROTECTED] * Tell user when we are checking for

[darcs-devel] darcs patch: Add test for issue194. (and 1 more)

2008-01-17 Thread E . Y . Kow
Some tests from the bug tracker (thanks to their respective reporters). Not neccessarily sanity-checked. Thu Jan 17 20:41:47 GMT 2008 Eric Kow [EMAIL PROTECTED] * Add test for issue194. Prior to darcs2, this triggered a bug in function reconcile_unwindings. Thu Jan 17 20:57:05 GMT 2008

[darcs-devel] darcs patch: Make verbosity flags advanced options universally.

2008-01-25 Thread E . Y . Kow
Fri Jan 25 18:10:05 GMT 2008 Eric Kow [EMAIL PROTECTED] * Make verbosity flags advanced options universally. New patches: [Make verbosity flags advanced options universally. Eric Kow [EMAIL PROTECTED]**20080125181005] { hunk ./src/Darcs/Commands.lhs 157 command_alloptions DarcsCommand {

[darcs-devel] darcs patch: [issue227] Platform-independent absolute paths in get ...

2008-01-25 Thread E . Y . Kow
Fri Jan 25 18:17:02 GMT 2008 Eric Kow [EMAIL PROTECTED] * [issue227] Platform-independent absolute paths in get --context New patches: [[issue227] Platform-independent absolute paths in get --context Eric Kow [EMAIL PROTECTED]**20080125181702] { hunk ./src/Darcs/Commands/Get.lhs 64 +import

[darcs-devel] darcs patch: Make verbosity flags advanced options un... (and 2 more)

2008-01-25 Thread E . Y . Kow
Argh. Sorry for the resend. Forgot about the dependencies. Note: neither issue227 nor issue492 are tested. Fri Jan 25 18:10:05 GMT 2008 Eric Kow [EMAIL PROTECTED] * Make verbosity flags advanced options universally. Fri Jan 25 18:17:02 GMT 2008 Eric Kow [EMAIL PROTECTED] * [issue227]

[darcs-devel] darcs patch: Make documentation on dates more explicit. (and 5 more)

2008-01-28 Thread E . Y . Kow
Sun Jan 27 16:29:31 GMT 2008 Eric Kow [EMAIL PROTECTED] * Make documentation on dates more explicit. Sun Jan 27 16:30:40 GMT 2008 Eric Kow [EMAIL PROTECTED] * Overhaul date parsing code. - Add the ability to match on partial ISO 8601 dates, for example, treating 2008-08 as matching

[darcs-devel] darcs patch: [issue457] Check match syntax early. (and 3 more)

2008-01-29 Thread E . Y . Kow
Mon Jan 28 14:48:40 GMT 2008 Eric Kow [EMAIL PROTECTED] * [issue457] Check match syntax early. Mon Jan 28 15:00:59 GMT 2008 Eric Kow [EMAIL PROTECTED] * Test for issue625. Mon Jan 28 15:18:12 GMT 2008 Eric Kow [EMAIL PROTECTED] * Do not announce recipients in send -O. Mon Jan 28

[darcs-devel] darcs patch: Remove features not used in parsing patc... (and 1 more)

2008-01-29 Thread E . Y . Kow
Tue Jan 29 09:24:01 GMT 2008 Eric Kow [EMAIL PROTECTED] * Remove features not used in parsing patch dates. Tue Jan 29 09:38:05 GMT 2008 Eric Kow [EMAIL PROTECTED] * Ratify hGetContents in ssh module. New patches: [Remove features not used in parsing patch dates. Eric Kow [EMAIL

[darcs-devel] darcs patch: Second attempt at removing unused code from OldDate.

2008-01-30 Thread E . Y . Kow
Wed Jan 30 09:38:34 GMT 2008 Eric Kow [EMAIL PROTECTED] * Second attempt at removing unused code from OldDate. If I understand correctly, patches prior to David's 2003-10-14 patch use iso format for dates in record, darcs used a date format like Tue Jan 29 09:24:01 GMT 2008, generated

[darcs-devel] darcs patch: Use DARCS_SSH when calling darcs transfer-mode.

2008-02-05 Thread E . Y . Kow
Tue Feb 5 14:41:24 GMT 2008 Eric Kow [EMAIL PROTECTED] * Use DARCS_SSH when calling darcs transfer-mode. New patches: [Use DARCS_SSH when calling darcs transfer-mode. Eric Kow [EMAIL PROTECTED]**20080205144124] { hunk ./src/Ssh.hs 49 case lookup url (cs :: Map String (Maybe

[darcs-devel] darcs patch: (Re)upgrade createPS and generatePS to D... (and 4 more)

2008-02-05 Thread E . Y . Kow
Tue Feb 5 15:53:22 GMT 2008 Eric Kow [EMAIL PROTECTED] * (Re)upgrade createPS and generatePS to Data.ByteString versions. Tue Feb 5 15:54:20 GMT 2008 Eric Kow [EMAIL PROTECTED] * Upgrade spanEndPS and breakPS to Data.ByteString version. Tue Feb 5 16:27:10 GMT 2008 Eric Kow [EMAIL

[darcs-devel] darcs patch: Test for issue436.

2008-02-06 Thread E . Y . Kow
Wed Feb 6 16:30:57 GMT 2008 Eric Kow [EMAIL PROTECTED] * Test for issue436. As suggested by Edwin Thomson. New patches: [Test for issue436. Eric Kow [EMAIL PROTECTED]**20080206163057 As suggested by Edwin Thomson. ] { addfile ./tests/issue436.sh hunk ./tests/issue436.sh 1 +#!/bin/sh +set

[darcs-devel] darcs patch: Add a 'show authors' command. (and 1 more)

2008-02-13 Thread E . Y . Kow
Fri Feb 8 10:34:51 GMT 2008 Eric Kow [EMAIL PROTECTED] * Add a 'show authors' command. Wed Feb 13 18:13:16 GMT 2008 Eric Kow [EMAIL PROTECTED] * Fix c2w import in FastPackedString. New patches: [Add a 'show authors' command. Eric Kow [EMAIL PROTECTED]**20080208103451] { hunk

[darcs-devel] darcs patch: Add a 'show authors' command.

2008-02-14 Thread E . Y . Kow
Now with actual ShowAuthors.lhs file! Thu Feb 14 10:08:25 GMT 2008 Eric Kow [EMAIL PROTECTED] * Add a 'show authors' command. New patches: [Add a 'show authors' command. Eric Kow [EMAIL PROTECTED]**20080214100825] { hunk ./GNUmakefile 107 Record.lhs Remove.lhs Repair.lhs Replace.lhs \

[darcs-devel] darcs patch: Add Cabal files (not feature complete). (and 2 more)

2008-02-14 Thread E . Y . Kow
This makes a Cabal into a thin wrapper around our configure; make; make install Sat Apr 7 11:44:06 BST 2007 Eric Kow [EMAIL PROTECTED] * Add Cabal files (not feature complete). This gives you a not-quite-complete Cabalisation of darcs. It does not replace the makefile (yet). Indeed,

[darcs-devel] darcs patch: Add tests for issue701.

2008-02-18 Thread E . Y . Kow
I don't know if these pass on the non-chunky darcs, but the conflict-fight.sh one certainly fails on chunky. The apply-hunk one is infuriatingly non-deterministic (it was breaking... and then not... I've noticed that I can get it to generate the error if I run it in a loop, and hit C-c, but never

[darcs-devel] darcs patch: Add a breadth test for conflicts.

2008-02-28 Thread E . Y . Kow
I'm really not expecting this to go into the central repository (one because it takes a while to run, and two because it should really be automated), but thought you might want to know that darcs seems to pass this one :-) Thu Feb 28 16:48:56 GMT 2008 Eric Kow [EMAIL PROTECTED] * Add a