Could these be of any help with the futures topic ?
http://code.activestate.com/recipes/84317-easy-threading-with-futures/
http://pypi.python.org/pypi/futures/1.0
http://twistedmatrix.com
Johan
--
Download Intel® Parallel
Moving this topic to the Mercurial mailing list, as suggested by Yuki.
Johan
--
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applica
2010/3/14 Thomas Arendsen Hein :
> * Johan Samyn [20100314 17:59]:
>> 2010/3/6 Thomas Arendsen Hein :
>> > * Johan Samyn [20100130 21:13]:
>> >> # HG changeset patch
>> >> # User Johan Samyn
>> >> # Date 1264880969 -3600
>> >>
2010/3/6 Thomas Arendsen Hein :
> Hi!
>
> * Johan Samyn [20100130 21:13]:
>> # HG changeset patch
>> # User Johan Samyn
>> # Date 1264880969 -3600
>> # Node ID 637b31e8f635f14601c235b41b773033a5984cf9
>> # Parent 73e7848ef98733bdda8ca1515fca8793a752b44d
&g
As mentioned to Steve, here's the small patch friday or so.
Johan
[snip]
# HG changeset patch
# User Johan Samyn
# Date 1265577218 -3600
# Node ID f7f6c56186b31ae9fe2b9b95633ab994a667994d
# Parent 0f091aad132faa5d7e35ca4dc80db21ea93013bc
doc: small addition to common.txt for 'Treevie
Hi,
I first installed TortoiseHg 0.9.3 (on Win XP sp3), and then cloned
the thg-stable repo. The hg verify afterwards, from the thg recovery
tool, reported :
--
repository uses revlog format 1
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking f
2010/1/31 Steve Borho :
> On Sat, Jan 30, 2010 at 2:32 PM, Johan Samyn wrote:
>> Both extensions currently have a short option '-t'.
>> Patchbomb for specifying the recipient(s), tasks for supplying a task.
>
> So if the tasks extension was enabled, it was inter
# HG changeset patch
# User Johan Samyn
# Date 1264880969 -3600
# Node ID 637b31e8f635f14601c235b41b773033a5984cf9
# Parent 73e7848ef98733bdda8ca1515fca8793a752b44d
tasks.py: remove short task option (-t) for patchbomb
diff --git a/hgext/tasks.py b/hgext/tasks.py
--- a/hgext/tasks.py
+++ b
Both extensions currently have a short option '-t'.
Patchbomb for specifying the recipient(s), tasks for supplying a task
to the email command.
As the one by patchbomb itself rules imho, I removed the option from
the tasks.py source, as it has also a long '--task' form as a
possibility.
This was ca