Request for comments: bzr support in ConvertExtension

Patrick Mézard pmezard at gmail.com
Mon Aug 25 16:22:07 CDT 2008


Marek Kubica a écrit :
> Hi,
> 
> On Fri, 22 Aug 2008 20:41:49 +0200
> Marek Kubica <marek at xivilization.net> wrote:
> 
>> Oh, and importing works resonably fast I hope, (I might need to tune
>> --filemap handling a bit), 670 revisions in 47 seconds on my machine.
>> I'll test it on the Python Bazaar trees when I find some time.
> 
> I converted the 40235 changesets of my Python-trunk snapshot, it took
> about two days, resulted in one single bugfix, ended up with 150 MB
> memory usage and finished without problems.

I read up to:

changeset:   6930:bcb38124a60c
tag:         tip
user:        Marek Kubica <marek at xivilization.net>
date:        Mon Aug 25 11:01:05 2008 +0000
summary:     Changed recoding to just recode unicode and leave the rest as-is

The code looks good, if you are happy with it. What's still missing is a more thorough test, exercizing:
- merges
- deletions
- renames/copies
- symlinks
- execute-bit

And a test with a filemap, like a single --include cutting through a merge.

You're almost done !

--
Patrick Mézard


More information about the Mercurial-devel mailing list