Re: [darcs-devel] Re: darcs patch: save long comment file so it can be reused if record f...

2006-01-06 Thread Juliusz Chroboczek
Any chance you could do the same for .darcs-temp-mail? Attached. Currently it always deletes the file after it has been edited. It might not be a bad idea to save the file if the sendEmailDoc fails. I tried to implement this but it looks like I need to understand Haskell exception handling

Re: [darcs-devel] [issue59] darcs review command to review patch patches as if during a pull

2006-01-06 Thread Juliusz Chroboczek
Oh, and a feature request -- any chance for a key that allows viewing in the format of ``darcs send -u'' ? Juliusz ___ darcs-devel mailing list darcs-devel@darcs.net

Re: [darcs-devel] darcs patch: Respond better to user only hitting 'ent... (and 4 more)

2006-01-06 Thread Juliusz Chroboczek
* Respond better to user only hitting 'enter' in y/n questions This doesn't compile for me. I'm sorry I don't have time to fix it right now. * Canonize myself and almost all other contributers. Hope nobody actually objects to this. Well, nobody has in over a week now, so I'll go ahead

Re: [darcs-devel] darcs patch: Coalesce setpref (issue70 and RT #349)

2006-01-06 Thread Juliusz Chroboczek
hunk ./PatchCommute.lhs 1018 +coalesce (ChangePref p f1 t1, ChangePref p2 f2 t2) | p == p2 t2 == f1 = Just $ ChangePref p f2 t1 Hmm... I'm not sure this doesn't break some of Darcs' determinism properties. David, is this okay? Juliusz

Re: [darcs-devel] darcs patch: Save Context.hs when creating 'dist' tar ball.

2006-01-06 Thread Taral
On 1/6/06, Juliusz Chroboczek [EMAIL PROTECTED] wrote: So what's the consensus on this one? I feel pretty strongly about leaving Context.hs around except for maintainer-clean. If neither of you want to create the patch, I will. -- Taral [EMAIL PROTECTED] Computer science is no more about

Re: [darcs-devel] darcs patch: Save Context.hs when creating 'dist' tar ball.

2006-01-06 Thread Marnix Klooster
Taral wrote: On 1/6/06, Juliusz Chroboczek [EMAIL PROTECTED] wrote: So what's the consensus on this one? I feel pretty strongly about leaving Context.hs around except for maintainer-clean. If neither of you want to create the patch, I will. -- Taral [EMAIL PROTECTED] Computer

Re: [darcs-devel] darcs patch: Save Context.hs when creating 'dist' tar ball.

2006-01-06 Thread Juliusz Chroboczek
So what's the consensus on this one? I feel pretty strongly about leaving Context.hs around except for maintainer-clean. I'm in favour of obeying as much as possible the (somewhat baroque) GNU conventions, as that might make work easier for packagers. However, as I have no wish to work out

Re: [darcs-devel] [issue59] darcs review command to review patch patches as if during a pull

2006-01-06 Thread Ian Lynagh
On Fri, Jan 06, 2006 at 04:57:29PM +0100, Juliusz Chroboczek wrote: Specifically, I'm curious if s - slurp_recorded repository in Changes.lhs is the correct slurpy to pass in. The value isn't actually used (with_any_selected_changes ignores the slurpy parameter) but it probably should

[darcs-devel] unstable repository URL

2006-01-06 Thread Olivier Thauvin
I saw few mails on this list saying I just apply a patch about However all this refer to unstable darcs repository, note the one listed on the website (aka stable repos). So I check on the wiki and the website, I didn't success about finding the unstable repository url. Is this wanted ?

Re: [darcs-devel] [issue59] darcs review command to review patch patches as if during a pull

2006-01-06 Thread Juliusz Chroboczek
Specifically, I'm curious if s - slurp_recorded repository in Changes.lhs is the correct slurpy to pass in. The value isn't actually used (with_any_selected_changes ignores the slurpy parameter) I think it's on its way to allowing you to see context of patches while you select. Ah, okay.

[darcs-devel] [issue85] Shall I record this patch? - Shall I record this hunk/mv/del/add?

2006-01-06 Thread Zooko
New submission from Zooko [EMAIL PROTECTED]: It's confusing that darcs says Shall I record this patch? when it isn't talking about a patch, but a hunk. I'm walking a new user through darcs right now and he stumbled on this. -- messages: 318 nosy: droundy, tommy, zooko status: unread

[darcs-devel] darcs patch: Make --exact-version also work if darcs is built from ...

2006-01-06 Thread Marnix Klooster
Hi all, Here's a better patch for the darcs --exact-version context problem, replacing my earlier patch called Save Context.hs when creating 'dist' tar ball. Perhaps the long description is a bit too long; well, can't be bothered to change it now. Taral, please let me know what you think.

[darcs-devel] darcs patch: Make the record --pipe docs match the program behavior.

2006-01-06 Thread Bill Trost
Fri Jan 6 21:09:10 PST 2006 Bill Trost [EMAIL PROTECTED] * Make the record --pipe docs match the program behavior. New patches: [Make the record --pipe docs match the program behavior. Bill Trost [EMAIL PROTECTED]**20060107050910] { hunk ./Record.lhs 444 -the patch name, patch date and the