new baz converter (issues)

Aleix Conchillo Flaqué aconchillo at gmail.com
Wed Jan 30 05:40:17 CST 2008


Hi,

I've been working with a new baz (GNU arch) conveter for the convert
extension. The converter is quite slow, as I didn't know how to
compute a changeset between patches easily. The log files might not
provide all the information needed (added, removed, modified files),
so I decided to use the 'delta' command which computes all this
information, and this takes a bit of time.

I still have problems when renaming directories. In the getchanges
function I create a copies dictionary like I do in files (e.g. {
'src/foo1': 'src/foo2' }). Is this the right way? Should I create
copies for all files in directory recursively? (this does not seem the
best way to do it).

I attach the converter (still under test).

Thanks in advance,

Aleix
-------------- next part --------------
A non-text attachment was scrubbed...
Name: baz.py
Type: text/x-python
Size: 7839 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial-devel/attachments/20080130/dfc6ec13/attachment.py 


More information about the Mercurial-devel mailing list