#138: not compatible with mercurial 0.9.4 (patch)
--------------------+-------------------------------------------------------
 Reporter:  warner  |       Owner:  lele      
     Type:  defect  |      Status:  new       
 Priority:  major   |   Milestone:  VersionOne
Component:  hg      |     Version:  0.9       
 Keywords:  patch   |  
--------------------+-------------------------------------------------------
 tailor-0.9.28
 mercurial-0.9.4

 It looks like hg's innards changed again, moving the 'findcmd' function
 from mercurial.commands to mercurial.cmdutil . I'm attaching a patch that
 Works For Me, and I suspect it might work for older versions too.

 The actual exception that occurred is this one:

 {{{
   File "/var/lib/python-support/python2.4/vcpx/repository/hg.py", line
 438, in _prepareWorkingDirectory
     message = 'Tailor preparing to convert repo by adding .hgignore')
   File "/var/lib/python-support/python2.4/vcpx/repository/hg.py", line
 339, in _hgCommand
     allopts = self._defaultOpts(cmd)
   File "/var/lib/python-support/python2.4/vcpx/repository/hg.py", line
 333, in _defaultOpts
     findcmd = commands.find
 AttributeError: 'module' object has no attribute 'find'
 }}}

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/138>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to