Re: [thg-dev] PyQt port

2010-04-17 Thread Johan Samyn
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

Re: [thg-dev] [PATCH 1 of 1] tasks.py: remove short task option (-t) for patchbomb

2010-03-14 Thread Johan Samyn
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

Re: [thg-dev] [PATCH 1 of 1] tasks.py: remove short task option (-t) for patchbomb

2010-03-14 Thread Johan Samyn
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 >> >>

Re: [thg-dev] [PATCH 1 of 1] tasks.py: remove short task option (-t) for patchbomb

2010-03-14 Thread Johan Samyn
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

[thg-dev] [PATCH] doc: small addition to common.txt for 'Treeview searches'

2010-02-07 Thread Johan Samyn
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

[thg-dev] unequal output of hg verify

2010-02-07 Thread Johan Samyn
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

Re: [thg-dev] Fwd: [PATCH 0 of 1] Conflicting short option -t for patchbomb and tasks.

2010-01-31 Thread Johan Samyn
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

[thg-dev] Fwd: [PATCH 1 of 1] tasks.py: remove short task option (-t) for patchbomb

2010-01-30 Thread Johan Samyn
# 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

[thg-dev] Fwd: [PATCH 0 of 1] Conflicting short option -t for patchbomb and tasks.

2010-01-30 Thread Johan Samyn
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