[darcs-users] [patch445] Make findUncommon and findCommonWithThem... (and 1 more)

2010-11-15 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: (As an aside: I am not sure this is actually true, as I haven't thought about this too much and it's been a while, but I suspect it may prevent a fix for the duplicate patch issue(s) -- see issue1868 and issue1014 for details, hopefully

[darcs-users] [patch440] win32 fixes

2010-10-27 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: I have added one final patch, that fixes the harness.sh test. The windows slave is now GREEN again. \o/ Yours, Petr. PS: I have apparently broken some setups with Alexey's patches (the OSX slaves are RED). I'll look into that a bit later.

[darcs-users] [patch440] win32 fixes

2010-10-26 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Hi folks, there goes a couple of patches that should, first of all, make it possible to run tests on windows again, and then fix most of current test failures. I have managed to re-instate the windows buildslave as a virtual machine,

[darcs-users] [patch385] Resolve issue1942: Fix an IO interleaving bug in old-f...

2010-09-04 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Sorry I like totally botched the type signatures. This should be better. Yours, Petr. PS: It could still need some testing c. 1 patch for repository http://darcs.net: Sat Sep 4 05:09:47 CEST 2010 Petr Rockai m...@mornfall.net * Resolve

[darcs-users] [patch303] DRAFT Resolve issue1891: implement darcs revert -o/-O.

2010-09-03 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Sweep this under the rug for now. I'll re-do this sometime post-adventure or something. -- status: needs-review - rejected __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch303

[darcs-users] [patch385] Resolve issue1942: Fix an IO interleaving bug in old-f...

2010-09-03 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Seems that the patch cherrypicks cleanly from adventure. A point for darcs. Yours, Petr. 1 patch for repository http://darcs.net: Fri Sep 3 22:36:29 CEST 2010 Petr Rockai m...@mornfall.net * Resolve issue1942: Fix an IO interleaving

[darcs-users] [patch373] remove unnecessary pragmas from Darcs.Pa... (and 9 more)

2010-09-03 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: I am abusing accepted-pending-tests because I have reviewed the patch but I am not 100% sure I want to push it, due to conflicts. When Ganesh satisfies his paranoia wrt. supposed moves v. actual moves and we are happy about dealing

[darcs-users] [patch330] Add a buildbot-try script to contrib that submits lo...

2010-08-26 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: This has been pushed a while back. -- status: needs-review - accepted __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch330

[darcs-users] [patch361] Relax the hashed-storage dependency (to = 0.5.2 ...

2010-08-24 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Hi, this change is required for darcs-fastconvert to be buildable from Hackage (and it needs to be included in 2.5, otherwise darcs-fastconvert will stay unpublishable till another darcs release). The changes that will go into 0.5.3 are

[darcs-users] [patch360] Solve issue1923: bad source warning mechanism warns ab...

2010-08-24 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: For all I can tell, the patch breaks this scenario (I haven't tried, but it looks like it would): mkdir x darcs init --repo x echo x x/x darcs rec -lam x --repo x darcs get x y --lazy darcs get y z --lazy rm -rf y darcs chan -v --repo z It may

[darcs-users] [patch349] Add serve.pl to contrib (and 1 more)

2010-08-17 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: There is a replacement in 350. *Please* next time try to avoid including 2.5M of junk in your patches, too. Especially when you submit them twice. -- status: needs-review - obsoleted __ Darcs bug tracker

[darcs-users] [patch333] Accept issue1909: unrecord -O in a tagge... (and 1 more)

2010-08-12 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Reinier, please re-check. It *is* failing for me without the appropriate Resolve xxx: patch. You need to run it explicitly if it's prefixed with failing-. $ cabal test tests/failing-issue1909-unrecord-O-misses-tag.sh (etc etc) grep TAG

[darcs-users] [patch332] Add --import and --export to available f... (and 1 more)

2010-08-09 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Oh, this patch screws up witnesses. That should have gone into that TODO. For now, compile with -f-library. __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch332

[darcs-users] [patch332] Add --import and --export to available f... (and 1 more)

2010-08-09 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Oh, another TODO: git fast-export supports -M and -C to perform move and copy detection during the export and generate appropriate commands in the stream. However, this is not yet supported by darcs convert --import, although it would be quite

[darcs-users] [patch332] Add --import and --export to available f... (and 1 more)

2010-08-09 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Another TODO: binary files are not handled, we always generate text hunks. __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch332

[darcs-users] [patch332] Add --import and --export to available f... (and 1 more)

2010-08-09 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Scratch that about text hunks. We generate binary patches based on isFunky. But we ignore the venerable darcs binary regexen. __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch332

[darcs-users] [patch335] Resolve issue1908: try to create a global cache before...

2010-08-08 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: See the issue tracker for explanation. Yours, Petr. 1 patch for repository http://darcs.net/: Sun Aug 8 14:24:19 CEST 2010 Petr Rockai m...@mornfall.net * Resolve issue1908: try to create a global cache before checking its

[darcs-users] [patch332] Add --import and --export to available f... (and 1 more)

2010-08-07 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Hi, this is a first stab at darcs fast-export (anyone care to add a hidden alias, if that's simple enough?). I have managed to convert a couple of repositories just fine with this code (ghc-testsuite, darcs darcs repo, darcs-benchmark repo,

[darcs-users] [patch332] Add --import and --export to available f... (and 1 more)

2010-08-07 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Hi again, just amended out a minor fluke with sanitisation of email addresses... (I was generating double opening )... Yours, Petr. 2 patches for repository http://darcs.net/: Sat Aug 7 15:08:44 CEST 2010 Petr Rockai m...@mornfall.net

[darcs-users] [patch327] Resolve issue1873: give nicer error when apply failsdue tomissing

2010-08-07 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Now also with a regression test. Yours, Petr. 3 patches for repository http://darcs.net/: Wed Aug 4 21:57:38 CEST 2010 Petr Rockai m...@mornfall.net * Rename findCommonAndUncommon to findUncommon (it does not find common). Wed Aug 4

[darcs-users] [patch333] Accept issue1909: unrecord -O in a tagge... (and 1 more)

2010-08-07 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Bleh bleh. Those pesky contexts... 2 patches for repository http://darcs.net/: Sat Aug 7 19:12:45 CEST 2010 Petr Rockai m...@mornfall.net * Accept issue1909: unrecord -O in a tagged repo makes a bad bundle. Sat Aug 7 19:15:52 CEST 2010

[darcs-users] [patch330] Add a buildbot-try script to contrib that submits lo...

2010-08-06 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Hi, so I have implemented a try interface for our buildbot. The attached script can be used to submit your local branch to buildbot. I will eventually set up separate builders for this feature, so the normal waterfall is not spilled by people

[darcs-users] [patch330] Add a buildbot-try script to contrib that submits lo...

2010-08-06 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Eric Kow ko...@darcs.net writes: On Fri, Aug 06, 2010 at 12:05:57 +, Petr Ročkai wrote: How would you do that? I.e. how do you find such a tag, programatically? (I would rather not assume too much about what patches you have in your repo

[darcs-users] [patch308] fancy interactive author selection

2010-08-06 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: I have pushed first two (cleanup) patches. I am not opposed to the feature either, although I am not sure my grumpiness is enough today. -- nosy: +mornfall __ Darcs bug tracker b...@darcs.net http

[darcs-users] [patch322] issue1888: don't exclude freshly tagged repos in changesContext

2010-08-04 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: IIUIC this is fixing the same issue as my patch321 that got submitted just a bit earlier... sorry for the collision. -- nosy: +mornfall superseder: +Resolve issue1888: fix changes --context. __ Darcs

[darcs-users] [patch305] Resolve issue1892: Improve safety of makeBundle* and fix a couple of

2010-08-04 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: May I sneak in a reminder that the associated bug is marked as a 2.5 blocker? Thanks! __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch305

[darcs-users] [patch290] Use temporary files in doOptimizeHTTP (and 2 more)

2010-06-30 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Was applied too, but darcswatch did not notice because one of those patches is amended in 291 and that version was used. -- status: clarification-requested - accepted __ Darcs bug tracker b...@darcs.net

[darcs-users] [patch264] Resolve issue1817: --external-merge broken, by bumping

2010-06-06 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: I have pushed the missing patches now, sorry for the inconvenience. This is the relevant diff: Thu Jun 3 22:41:50 CEST 2010 Petr Rockai m...@mornfall.net * Make readBlob work out of the original working directory for Index Trees. diff -rN -u

[darcs-users] [patch226] Resolve issue1760: Fix working directory handling in Commands.Convert.

2010-05-02 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: This is a direct-on-mainline patch for issue1760. I will amend the noslurps branch when this is pushed onto mainline. Yours, Petr. 1 patch for repository http://darcs.net: Sun May 2 12:57:06 CEST 2010 Petr Rockai m...@mornfall.net *

[darcs-users] [patch228] Resolve issue1814: Include contrib/darcs-errors.hlint ...

2010-04-30 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: All dependencies are on branch-2.4 as well, so can be cherry-picked for 2.4.2. 1 patch for repository http://darcs.net: Fri Apr 30 15:03:19 CEST 2010 Petr Rockai m...@mornfall.net * Resolve issue1814: Include contrib/darcs-errors.hlint in

[darcs-users] [patch200] Resolve issue1756: new h-s handles emptied directories...

2010-03-24 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Fixed up. 1 patch for repository darcs-unsta...@darcs.net:darcs: Wed Mar 24 22:24:53 CET 2010 Petr Rockai m...@mornfall.net * Resolve issue1756: new h-s handles file removals correctly in Index. __ Darcs bug

[darcs-users] [patch162] Print an intelligible error on darcs dist for this p...

2010-03-20 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Needs to say runghc Setup sdist instead of cabal sdist due to cabal- install sillyness. Trent? : - ) Thanks! -- nosy: +mornfall status: needs-review - amend-requested __ Darcs bug tracker b...@darcs.net

[darcs-users] [patch136] remove the hardcoded string _darcs in ... (and 1 more)

2010-01-12 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Daniel Dickison b...@darcs.net writes: Unless I wrote it incorrectly, the regression test in patch135 already checks to make sure _darcs/foo gets skipped: +touch _darcs/foo +not darcs add _darcs/foo This correctly tests add, but I suspect

[darcs-users] [patch127] Re: patches to Darcs.Commands.ShowFiles, and repository internals

2010-01-12 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Hi, Thomas Hartman b...@darcs.net writes: What and where are the CLONE_FS (...) flags ? ...darcs.net $ find -type d -name _darcs -prune -o -name *.hs -print | xargs -i grep CLONE {} # (no output) sorry, I was referring to the Linux system

[darcs-users] [patch136] remove the hardcoded string _darcs in ... (and 1 more)

2010-01-12 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Daniel Dickison b...@darcs.net writes: If you wouldn't mind a possibly naïve question, why is it necessary to special case the _darcs directory when the default boring file already contains the following line? (^|/)_darcs($|/) I assume

[darcs-users] [patch127] Re: patches to Darcs.Commands.ShowFiles, and repository internals

2010-01-11 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Hi, Ganesh Sittampalam b...@darcs.net writes: [make slurpPristine use absolute paths (no more need to wrap in getCurrrentDirectory/withCurrentDirectory) thomashartm...@gmail.com**20100102175426 Ignore-this: 9e0d47590c4b92d9c6c774730136113e

[darcs-users] [patch87] Avoid a redundant read of pending in State.hs

2009-11-16 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Hi, sorry it must have fallen through the cracks. Anyway, looking at the patch now, I suspect why: this doesn't seem to be correct. unrecordedChanges now returns all of the pending, instead of its relevant subset, which breaks all commands

[darcs-users] [patch60] Workaround for a System.Directory.createDirectory bug on Windows

2009-11-15 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Applied, thanks. (I have added a comment with a link to the GHC ticket. I am not sure this is yet fixed in 6.12, even. We can watch the ticket anyway.) -- nosy: +mornfall __ Darcs bug tracker b

[darcs-users] [patch58] Resolve issue1224: refuse to convert a repo that's alr...

2009-11-15 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: This has been pushed by Reinier yesterday. -- nosy: +mornfall status: needs-review - accepted __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch58

[darcs-users] [patch56] Issue 1500: Providing more informative message about t...

2009-11-14 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Superseded by patch57 (which has the right author; just long e-mail delays). -- status: needs-review - obsoleted __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch56

[darcs-users] [patch57] Issue 1500: Providing more informative message about the nature of progress numbers.

2009-11-14 Thread Petr Ročkai
New submission from Petr Ročkai m...@mornfall.net: Applied, thanks. -- nosy: +mornfall status: needs-review - accepted __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch57

[darcs-users] [patch55] fix -Wall warnings

2009-11-14 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: Applied, thanks. -- nosy: +mornfall status: needs-review - accepted __ Darcs bug tracker b...@darcs.net http://bugs.darcs.net/patch55

[darcs-users] [issue1459] Remove support for SSH_PORT, DARCS_SSH, DARCS_SCP, DARCS_SFTP

2009-05-17 Thread Petr Ročkai
Petr Ročkai m...@mornfall.net added the comment: That's a reverse operation, IIUIC. ssh -R forwards your local (say, laptop) sshd to the remote end, and lets you grab a repository from your laptop easily (without using the broken put operation). I'm not sure what this means, with -L (instead