Stefan van der Walt ha scritto:
Hi Lele

I am using tailor to convert my mercurial archives to bazaar.  I've
found that the bzr target does not ignore metadirs like it is supposed
to.

The bug is near vcpx/bzr.py:239 which should look more like
vcpx/hglib.py:312.

Uhm, yes, that's true: the bzr backend simply ignores the metadirs :-|


It should be fairly easy to fix -- I can write a patch if you don't
have time.

That would be great; otherwise, I'll try to recall whether the entries in the bzr ignore file are plain string or regexp, and will fix the issue. That chunk of code seems doing the wrong thing regarding the other things to ignore, btw: it "splits" the filenames, and ignores the file only if the dirpart matches the current dir, while it should use startswith() like other backends do (in other words, the logfile may be deeper in the hierarchy, not just at the root level)


Thanks for writing a very useful piece of software!

Thank you,
bye, lele.
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to