Re: [Zope-dev] Hg mirror available

2009-06-18 Thread Wolfgang Schnerring
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

Re: [Zope-dev] Hg mirror available

2009-06-18 Thread Balazs Ree
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

Re: [Zope-dev] Hg mirror available

2009-06-18 Thread Sidnei da Silva
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

[Zope-dev] Zope Tests: 8 OK

2009-06-18 Thread Zope Tests Summarizer
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://

Re: [Zope-dev] zope.testing: Define __add__ for RENormalizing

2009-06-18 Thread Adam GROSZER
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

Re: [Zope-dev] zope.testing: Define __add__ for RENormalizing

2009-06-18 Thread Jim Fulton
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

Re: [Zope-dev] Hg mirror available

2009-06-18 Thread Wolfgang Schnerring
* 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,

[Zope-dev] zope.testing: Define __add__ for RENormalizing

2009-06-18 Thread Christian Zagrodnick
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