I'm trying to convert a local mercurial repository to git, with the latest
version of tailor (0.9.35), but it fails with the following message:
$ tailor --configfile tailor.config
/usr/lib64/python2.6/site-packages/vcpx/repository/__init__.py:59:
DeprecationWarning: object.__new__() takes no parameters
project, which)
23:31:03 [I] Bootstrapping "project" in
"/mnt/sam400/work/Projects/destination-git"
23:31:03 [D] hg not found as new-style vcs, trying as monolithic
23:31:03 [I] /mnt/sam400/work/Projects/destination-git $ git init-db
23:31:03 [D] Executing git init-db ('/mnt/sam400/work/Projects/destination
-git')
23:31:03 [I] [Ok]
Output stream:
Initialized empty Git repository in /mnt/sam400/work/Projects/destination
-git/.git/
23:31:03 [C] Checkout of project failed!
23:31:03 [C] Something unexpected!
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/vcpx/tailor.py", line 151, in
__call__
self.bootstrap()
File "/usr/lib64/python2.6/site-packages/vcpx/tailor.py", line 78, in
bootstrap
actual = dwd.checkoutUpstreamRevision(revision)
File "/usr/lib64/python2.6/site-packages/vcpx/source.py", line 244, in
checkoutUpstreamRevision
last = self._checkoutUpstreamRevision(revision)
File "/usr/lib64/python2.6/site-packages/vcpx/repository/hg.py", line 57,
in _checkoutUpstreamRevision
self._getUI()
File "/usr/lib64/python2.6/site-packages/vcpx/repository/hg.py", line 206,
in _getUI
not project.verbose, False)
TypeError: __init__() takes at most 2 arguments (5 given)
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor