[issue2275] hg 1.6 throws unknown exception for the forest extension

Igor Goncharenko bugs at mercurial.selenic.com
Tue Jul 6 08:52:25 UTC 2010


New submission from Igor Goncharenko <iigoncharenko at mail.ru>:

** unknown exception encountered, details follow
** report bug details to http://mercurial.selenic.com/bts/
** or mercurial at selenic.com
** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
** Mercurial Distributed SCM (version 1.6)
** Extensions loaded: forest
Traceback (most recent call last):
  File "hg", line 27, in <module>
  File "mercurial\dispatch.pyc", line 16, in run
  File "mercurial\dispatch.pyc", line 34, in dispatch
  File "mercurial\dispatch.pyc", line 54, in _runcatch
  File "mercurial\dispatch.pyc", line 483, in _dispatch
  File "mercurial\dispatch.pyc", line 351, in runcommand
  File "mercurial\dispatch.pyc", line 534, in _runcommand
  File "mercurial\dispatch.pyc", line 488, in checkargs
  File "mercurial\dispatch.pyc", line 481, in <lambda>
  File "mercurial\util.pyc", line 420, in check
  File "D:\dev\Utils\Mercurial\hgext\forest.py", line 1098, in pull
    prehooks=[lambda tree: check_mq(tree)])
  File "D:\dev\Utils\Mercurial\hgext\forest.py", line 694, in apply
    function(tree, targetpath, opts)
  File "D:\dev\Utils\Mercurial\hgext\forest.py", line 1091, in function
    tree.repo.transaction().__del__()
TypeError: transaction() takes exactly 2 arguments (1 given)

----------
messages: 13029
nosy: goncharenko
priority: bug
status: unread
title: hg 1.6 throws unknown exception for the forest extension

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2275>
____________________________________________________


More information about the Mercurial-devel mailing list