Message3370

Author cboos
Recipients ThomasAH, alexis, brendan, greg1, mpm
Date 2007-06-27.15:40:39
Content
Right, as Gregory said.

From the backtrace he send me, it seems that the following happens:

from mercurial import hg # in Trac, with demandimport disabled at that point
import localrepo, ... # in mercurial/hg.py
import os, revlog, time, util, extensions, ... # in mercurial/localrepo.py
# ...
class bundlerepository(localrepo.localrepository): # in mercurial/bundlerepo.py
-> AttributeError: 'module' object has no attribute 'localrepository'

Any hint about a workaround I could apply in TracMercurial to make it compatible
with the released Mercurial 0.9.4?
History
Date User Action Args
2007-06-27 15:40:39cboossetmessageid: <1182958839.53.0.143220694655.issue605@selenic.com>
2007-06-27 15:40:39cboossetrecipients: + mpm, ThomasAH, brendan, alexis, greg1
2007-06-27 15:40:39cbooslinkissue605 messages
2007-06-27 15:40:39cbooscreate