Package: tailor
Version: 0.9.23-3
Severity: normal

Hello,

The `find' function in the mercurial `commands' module has been
renamed to `findcmd', leading to the following failure:

[EMAIL PROTECTED]:/tmp$ tailor -v --configfile /tmp/config
23:29:17 [I] Bootstrapping "project" in "/tmp"
23:29:17 [C] Checkout of project failed!
Traceback (most recent call last):
  File "/usr/bin/tailor", line 33, in ?
    main()
  File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 332, in main
    tailorizer()
  File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 141, in __call__
    self.bootstrap()
  File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 71, in bootstrap
    actual = dwd.checkoutUpstreamRevision(revision)
  File "/var/lib/python-support/python2.4/vcpx/source.py", line 245, in 
checkoutUpstreamRevision
    last = self._checkoutUpstreamRevision(revision)
  File "/var/lib/python-support/python2.4/vcpx/hg.py", line 43, in 
_checkoutUpstreamRevision
    opts = self._defaultOpts('clone')
  File "/var/lib/python-support/python2.4/vcpx/hg.py", line 289, in _defaultOpts
    return dict([(f[1], f[2]) for f in commands.find(cmd)[1][1]])
AttributeError: 'module' object has no attribute 'find'

The config file is a simple "hg to git" setup. Upstream sources have a
fix:

    http://progetti.arstecnica.it/tailor/browser/vcpx/repository/hg.py?rev=1223

Laurent.

Attachment: signature.asc
Description: Digital signature

Reply via email to