[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] [issue692] regression: http broken by issue648 fix?

2008-02-14 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: The patch below makes the difference between darcs working and the error darcs failed: Not a repository: http://darcs.net/repos/unstable-hashed (Failed to download URL http://darcs.net/repos/unstable-hashed/_darcs/inventory: ) Wed Feb 13

[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,

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

2008-02-14 Thread David Roundy
On Thu, Feb 14, 2008 at 10:08:56AM +, [EMAIL PROTECTED] wrote: Now with actual ShowAuthors.lhs file! Thu Feb 14 10:08:25 GMT 2008 Eric Kow [EMAIL PROTECTED] * Add a 'show authors' command. Applied, thanks! I notice that this command doesn't sort or perform any sorting, nubbing or

Re: [darcs-devel] darcs patch: fix an unqualified c2w that was breaking the build

2008-02-14 Thread David Roundy
On Wed, Feb 13, 2008 at 11:58:47AM -0800, Simon Michael wrote: Wed Feb 13 11:58:37 PST 2008 Simon Michael [EMAIL PROTECTED] * fix an unqualified c2w that was breaking the build Not applied, as I've rolled back the changes that introduced this issue. But thanks for the patch anyhow! -- David

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

2008-02-14 Thread Eric Kow
I notice that this command doesn't sort or perform any sorting, nubbing or counting. Is this intended so that users can perform their own counting? Yep! Somebody should update the docs to suggest darcs show authors | sort | uniq -c | sort -n -r But I figure that people have to do

Re: [darcs-devel] PatchPlugins / XML files

2008-02-14 Thread Max Battcher
Allan Lyons wrote: If I come up with something that works for arbitrary, valid XML, would anyone else be interested? There's certainly quite a bit of interest in such work from what I've heard. A particular scenario would be if you can generate light-weight patches for the large zipped XML

Re: [darcs-devel] darcs patch: copy over updated shell_harness to bugs.

2008-02-14 Thread David Roundy
On Wed, Feb 13, 2008 at 09:15:45PM -0500, Mark Stosberg wrote: On Fri, 8 Feb 2008, David Roundy wrote: On Thu, Feb 07, 2008 at 08:46:21PM -0500, Mark Stosberg wrote: Thu Feb 7 20:44:40 EST 2008 Mark Stosberg [EMAIL PROTECTED] * copy over updated shell_harness to bugs. Besides

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

2008-02-14 Thread Mark Stosberg
On Thu, 14 Feb 2008, Eric Kow wrote: I notice that this command doesn't sort or perform any sorting, nubbing or counting. Is this intended so that users can perform their own counting? Yep! Somebody should update the docs to suggest darcs show authors | sort | uniq -c | sort -n -r I

Re: [darcs-devel] Where is unstable?

2008-02-14 Thread Mark Stosberg
On Thu, 14 Feb 2008, Jason Dagit wrote: I just tried to 'darcs send' to the unstable repository but I get this: $ darcs send http://darcs.net/repos/unstable darcs failed: Not a repository: http://darcs.net/repos/unstable (Failed to download URL

Re: [darcs-devel] Where is unstable?

2008-02-14 Thread Jason Dagit
On Thu, Feb 14, 2008 at 5:39 PM, Mark Stosberg [EMAIL PROTECTED] wrote: Jokes aside, I think you have the addresses right. However, I noticed if I type them into Firefox, they don't seem to work, but when I darcs pull, they seem to. I seem to be banging my head against issue692. I can fix