Re: [darcs-devel] announcing darcs 2.0.0pre3

2008-01-28 Thread zooko
On Jan 28, 2008, at 4:10 AM, Simon Marlow wrote: 15.30: Waiting a bit for timestamps to differ... (!!!) If you're using a repository format in which patch ids are determined from the contents of the patch, then you don't need unique timestamps. (And indeed, perhaps you also don't

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

2008-01-28 Thread David Roundy
On Mon, Jan 28, 2008 at 02:09:09PM +, [EMAIL PROTECTED] wrote: 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 the whole month and not just the

[darcs-devel] [issue568] wrong report of Skipped 6 patches due to dependencies

2008-01-28 Thread David Roundy
This is resolved by Kevin Quick's recent patch. Thanks Kevin! -- status: chatting - resolved-in-unstable __ Darcs bug tracker [EMAIL PROTECTED] http://bugs.darcs.net/issue568 __

Re: [darcs-devel] darcs patch: Add a comment for Real patches.

2008-01-28 Thread David Roundy
On Mon, Jan 28, 2008 at 08:55:57AM +, Nicolas Pouillard wrote: Mon Jan 28 09:53:13 CET 2008 [EMAIL PROTECTED] * Add a comment for Real patches. Applied, thanks! -- David Roundy Department of Physics Oregon State University ___ darcs-devel

Re: [darcs-devel] darcs patch: issue154: regression test for pull with a directory re...

2008-01-28 Thread David Roundy
On Sun, Jan 27, 2008 at 12:38:56AM -0500, Mark Stosberg wrote: Sun Jan 27 00:38:11 EST 2008 Mark Stosberg [EMAIL PROTECTED] * issue154: regression test for pull with a directory removal conflict This test fails for me. Was it supposed to pass? -- David Roundy Department of Physics Oregon

Re: [darcs-devel] performance measurements of darcs get, hg clone, and rsync -r

2008-01-28 Thread David Roundy
On Sat, Jan 26, 2008 at 12:49:47AM +0100, Alexander Staubo wrote: On 1/26/08, Alexander Staubo [EMAIL PROTECTED] wrote: [...] The command set required is fairly small. I'm sure I'm missing a few details, but you need at least get, put, rm, mv, mkdir, stat -- and they would all be very

Re: [darcs-devel] performance measurements of darcs get, hg clone, and rsync -r

2008-01-28 Thread Pekka Pessi
2008/1/26, David Roundy [EMAIL PROTECTED]: Such a server mode would (1) sidestep the need for flaky control master connections, (2) would eliminate the need to rely on scp and sftp (and the need, on Windows, to set up the Putty semi-equivalents), and (3) would perform and function equally

[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: Move rollback to another section of TheC... (and 3 more)

2008-01-28 Thread Nicolas Pouillard
Thu Jan 17 13:53:40 CET 2008 [EMAIL PROTECTED] * Move rollback to another section of TheCommands. Thu Jan 17 16:24:43 CET 2008 [EMAIL PROTECTED] * Replace unpull by obliterate as much as possible. Mon Jan 28 23:17:05 CET 2008 [EMAIL PROTECTED] * Don't emit \r when the handle is a

Re: [darcs-devel] darcs patch: issue154: regression test for pull with a directory re...

2008-01-28 Thread David Roundy
On Sun, Jan 27, 2008 at 12:38:56AM -0500, Mark Stosberg wrote: Sun Jan 27 00:38:11 EST 2008 Mark Stosberg [EMAIL PROTECTED] * issue154: regression test for pull with a directory removal conflict Applied. Thanks! -- David Roundy Department of Physics Oregon State University

Re: [darcs-devel] darcs patch: Update patch selection feedback for mess... (and 1 more)

2008-01-28 Thread David Roundy
On Mon, Jan 28, 2008 at 12:46:10AM -0700, [EMAIL PROTECTED] wrote: Eliminates the surprising Skipped 1 patch due to dependencies when the user responds with 'f' to an addfile patch (or similar when 'f' used) on a record operation. When 's' is used, refers to skipped elements as changes rather

Re: [darcs-devel] darcs patch: Fix curl version check for pipelining.

2008-01-28 Thread David Roundy
On Tue, Jan 29, 2008 at 01:42:35AM +0300, Dmitry Kurochkin wrote: Ooops, curl-config --vernum returns version in hexadecimal. Applied. Thanks! And by the way, I've just implemented some ssh code that uses a persistent connection, and which I hope to have work with your pipelining infrastructure

[darcs-devel] darcs patch: Fix curl version check for pipelining.

2008-01-28 Thread Dmitry Kurochkin
Ooops, curl-config --vernum returns version in hexadecimal. Regards, Dmitry Tue Jan 29 01:37:31 MSK 2008 Dmitry Kurochkin [EMAIL PROTECTED] * Fix curl version check for pipelining. New patches: [Fix curl version check for pipelining. Dmitry Kurochkin [EMAIL PROTECTED]**20080128223731] {

Re: [darcs-devel] darcs patch: Fix curl version check for pipelining.

2008-01-28 Thread Dmitry Kurochkin
2008/1/29, David Roundy [EMAIL PROTECTED]: On Tue, Jan 29, 2008 at 01:42:35AM +0300, Dmitry Kurochkin wrote: Ooops, curl-config --vernum returns version in hexadecimal. Applied. Thanks! And by the way, I've just implemented some ssh code that uses a persistent connection, and which I hope

Re: [darcs-devel] performance measurements of darcs get, hg clone, and rsync -r

2008-01-28 Thread Alexander Staubo
On 1/28/08, David Roundy [EMAIL PROTECTED] wrote: Okay, I've got this working and it's even pushed. So you were right, it wasn't very hard. And I'll definitely appreciate testing and timing. That's great! I will do some timings once I have darcs-2 built on a development box I can use with

Re: [darcs-devel] darcs patch: Move rollback to another section of TheC... (and 3 more)

2008-01-28 Thread David Roundy
On Mon, Jan 28, 2008 at 10:21:57PM +, Nicolas Pouillard wrote: Thu Jan 17 13:53:40 CET 2008 [EMAIL PROTECTED] * Move rollback to another section of TheCommands. Thu Jan 17 16:24:43 CET 2008 [EMAIL PROTECTED] * Replace unpull by obliterate as much as possible. Mon Jan 28 23:17:05

Re: [darcs-devel] performance measurements of darcs get, hg clone, and rsync -r

2008-01-28 Thread David Roundy
On Mon, Jan 28, 2008 at 12:33:13PM -0500, David Roundy wrote: On Sat, Jan 26, 2008 at 12:49:47AM +0100, Alexander Staubo wrote: On 1/26/08, Alexander Staubo [EMAIL PROTECTED] wrote: [...] The command set required is fairly small. I'm sure I'm missing a few details, but you need at least

[darcs-devel] [issue628] Add long comment user interface to tags

2008-01-28 Thread Ben Coburn
New submission from Ben Coburn [EMAIL PROTECTED]: The user interface for darcs tag should support long comments. Long comments are already supported by the repository format, only the user interface is missing. Adding long comments would allow developers to attach helpful things to tags like