Hi there,
* Sidnei da Silva [2009-06-18 14:28]:
> > I'm asking because I noticed that basically all SVN->DVCS conversion
> > tools (hg convert, git-svn, bzr svn-import, svn2bzr, svn-fast-export.py,
> > svn-all-fast-export.cpp) do not convert the history properly, more
> > precisely, history that
On Thu, 18 Jun 2009 14:28:13 -0300, Sidnei da Silva wrote:
> Hi Wolfgang,
>
> On Thu, Jun 18, 2009 at 7:31 AM, Wolfgang Schnerring
> wrote:
>> * Sebastien Douche [2009-06-18 01:34]:
>>> This is a first attempt to build an Mercurial mirror :
>>> http://hg.zope.mirrors.securactive.org/
>>
>> How d
Hi Wolfgang,
On Thu, Jun 18, 2009 at 7:31 AM, Wolfgang Schnerring wrote:
> * Sebastien Douche [2009-06-18 01:34]:
>> This is a first attempt to build an Mercurial mirror :
>> http://hg.zope.mirrors.securactive.org/
>
> How did you convert the repository?
>
> I'm asking because I noticed that basi
Summary of messages to the zope-tests list.
Period Wed Jun 17 12:00:00 2009 UTC to Thu Jun 18 12:00:00 2009 UTC.
There were 8 messages: 8 from Zope Tests.
Tests passed OK
---
Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Wed Jun 17 20:52:41 EDT 2009
URL: http://
Hello Christian,
Good idea, see
svn://svn.zope.org/repos/main/zope.testing/trunk/src/zope/testing/testrunner/tests.py
A problem might be at the above case the order of replacements.
Thursday, June 18, 2009, 10:00:01 AM, you wrote:
CZ> Hi,
CZ> I suggest defining __add__ for
CZ> zope.testing.ren
On Jun 18, 2009, at 4:00 AM, Christian Zagrodnick wrote:
> Hi,
>
> I suggest defining __add__ for
> zope.testing.renormalizing.RENormalizing
> which would return a new Checker with the transformers combined.
>
> This allow better reuse of those checkers without having to define the
> patterns s
* Sebastien Douche [2009-06-18 01:34]:
> This is a first attempt to build an Mercurial mirror :
> http://hg.zope.mirrors.securactive.org/
How did you convert the repository?
I'm asking because I noticed that basically all SVN->DVCS conversion
tools (hg convert, git-svn, bzr svn-import, svn2bzr,
Hi,
I suggest defining __add__ for zope.testing.renormalizing.RENormalizing
which would return a new Checker with the transformers combined.
This allow better reuse of those checkers without having to define the
patterns separately. Like
checker = checker_a + checker_b.
Comments?
--
Christ