Re: [darcs-devel] user experience engineering note

2008-01-15 Thread Eric Kow
Just adding some history here. We do not further document what debu g does, and it has a confusingly similar name to me. I would argue that darcs -vv or greater should automatically invoke --debug. I had submitted a set of patches, some of which set up the -v -v infrastructure, and others

[darcs-devel] [issue588] Another issue with amend-record --look-for-adds

2008-01-15 Thread Nicolas Pouillard
New submission from Nicolas Pouillard [EMAIL PROTECTED]: This tests leads to a patch with two consecutive addfile ./f, then one cannot unrecord the patch. darcs 1 and 2 are affected, in both old-fashioned and hashed formats. $ ./test6.sh Finished recording patch 'p1' Tue Jan 15 14:50:32 CET

[darcs-devel] [issue587] Issue with amend-record --look-for-adds

2008-01-15 Thread Nicolas Pouillard
New submission from Nicolas Pouillard [EMAIL PROTECTED]: darcs try to access to a file in pristine after deleting it. darcs1 and darcs2 are affected in the old-fashioned format. $ ./test5.sh Finished recording patch 'p2' Tue Jan 15 14:40:07 CET 2008 [EMAIL PROTECTED] * p2 Shall I amend

[darcs-devel] darcs patch: Fix remote darcs put. Dashes was forgotten before the ...

2008-01-15 Thread Nicolas Pouillard
Tue Jan 15 15:44:16 CET 2008 [EMAIL PROTECTED] * Fix remote darcs put. Dashes was forgotten before the option name. New patches: [Fix remote darcs put. Dashes was forgotten before the option name. [EMAIL PROTECTED] { hunk ./src/Darcs/Arguments.lhs 231 flagToString x f = maybeHead $ catMaybes

[darcs-devel] darcs patch: Fix a bug in darcs repair: go to the repo dir and slur...

2008-01-15 Thread Nicolas Pouillard
Tue Jan 15 15:47:51 CET 2008 [EMAIL PROTECTED] * Fix a bug in darcs repair: go to the repo dir and slurp the new pristine dir. New patches: [Fix a bug in darcs repair: go to the repo dir and slurp the new pristine dir. [EMAIL PROTECTED] { hunk ./src/Darcs/Repository/HashedRepo.lhs 29 module

Re: [darcs-devel] darcs patch: Fix a bug in darcs repair: go to the repo dir and slur...

2008-01-15 Thread Nicolas Pouillard
Excerpts from David Roundy's message of Tue Jan 15 16:03:02 +0100 2008: On Tue, Jan 15, 2008 at 02:50:56PM +, Nicolas Pouillard wrote: Tue Jan 15 15:47:51 CET 2008 [EMAIL PROTECTED] * Fix a bug in darcs repair: go to the repo dir and slurp the new pristine dir. Thanks for the

[darcs-devel] [issue560] pull = resource exhausted (Too many open files)

2008-01-15 Thread David Roundy
David Roundy [EMAIL PROTECTED] added the comment: I've verified (by pulling 4,918 patches) that this bug is fixed in darcs-unstable, at least when using hashed repositories. -- status: chatting - resolved-in-unstable __ Darcs bug tracker [EMAIL

Re: [darcs-devel] darcs patch: Fix remote darcs put. Dashes was forgotten before the ...

2008-01-15 Thread David Roundy
Applied, thanks! On Tue, _d Jan 2008 15:45:36 +0100, Nicolas Pouillard [EMAIL PROTECTED] wrote: Tue Jan 15 15:44:16 CET 2008 [EMAIL PROTECTED] * Fix remote darcs put. Dashes was forgotten before the option name. ___ darcs-devel mailing list

Re: [darcs-devel] user experience engineering note

2008-01-15 Thread David Roundy
On Jan 15, 2008 3:59 AM, Eric Kow [EMAIL PROTECTED] wrote: We do not further document what debug does, and it has a confusingly similar name to me. I would argue that darcs -vv or greater should automatically invoke --debug. I had submitted a set of patches, some of which set up the -v

Re: [darcs-devel] user experience engineering note

2008-01-15 Thread David Roundy
On Jan 14, 2008 1:24 PM, Alexander Staubo [EMAIL PROTECTED] wrote: What would be wonderful is if Darcs could emit a status report only when it knows that it's taking some time to complete. I used this trick for a recent project, where each long-running block of code would be wrapped in a bit

Re: [darcs-devel] darcs patch: fix potentially troublesome 'rm -rf temp... (and 3 more)

2008-01-15 Thread David Roundy
On Sat, Jan 12, 2008 at 06:38:00PM -0500, Mark Stosberg wrote: Wed Jan 9 22:04:00 EST 2008 Mark Stosberg [EMAIL PROTECTED] * issue31, issue187: Update date matching so we test for an actual match in some cases, not just date parsing. This revealed some bugs which have yet to be fixed,

[darcs-devel] [ANNOUNCE] Push Me Pull You 0.2 - Tech Preview Release

2008-01-15 Thread Mark Williamson
Hi all, I'd like to announce a new release of the Push Me Pull You (pmpu) tool; a GUI for distributed revision control systems. PMPU supports plain hg, hg forest repositories, bzr, git and darcs as underlying repositories. It aims to provide a powerful graphical interface to the underlying

[darcs-devel] darcs patch: add some changelog entries (and 1 more)

2008-01-15 Thread ptp
Sun Nov 11 21:49:31 CET 2007 Tommy Pettersson [EMAIL PROTECTED] * add some changelog entries Tue Jan 15 22:48:38 CET 2008 Tommy Pettersson [EMAIL PROTECTED] * add some changelog entries New patches: [add some changelog entries Tommy Pettersson [EMAIL PROTECTED]**2007204931] { hunk

[darcs-devel] Alternative conflict resolution scheme.

2008-01-15 Thread Petr Rockai
Hi! We have been doing some brainstorming in #darcs about a possible alternative conflict resolution scheme. I will try to summarise it for the list, and it would be very welcome, if you could find problems with it. I will start with the easy bit: UI. We would, when recording a patch in a

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

2008-01-15 Thread Nicolas Pouillard
Wed Jan 16 03:39:43 CET 2008 [EMAIL PROTECTED] * Add a test case for darcs repair. In fact both darcs1 and hashed format are broken. Wed Jan 16 03:43:52 CET 2008 [EMAIL PROTECTED] * Fix darcs repair with darcs1 format. Using withCurentDirectory was wrong because this function

[darcs-devel] darcs patch: Add --dont-allow-conflicts to darcs pull.

2008-01-15 Thread Nicolas Pouillard
Wed Jan 16 03:47:06 CET 2008 [EMAIL PROTECTED] * Add --dont-allow-conflicts to darcs pull. It also adds --allow-conflicts that is the default behavior of pull. New patches: [Add --dont-allow-conflicts to darcs pull. [EMAIL PROTECTED] It also adds --allow-conflicts that is the default

[darcs-devel] darcs patch: Show that rollback is not yet fixed.

2008-01-15 Thread Nicolas Pouillard
Wed Jan 16 03:50:05 CET 2008 [EMAIL PROTECTED] * Show that rollback is not yet fixed. New patches: [Show that rollback is not yet fixed. [EMAIL PROTECTED] { hunk ./tests/pull.pl 102 darcs 'record --ignore-times -lam B --author [EMAIL PROTECTED]'; `echo c foo`; darcs 'record