AttributeError on openRepository
Created originally on Bitbucket by rafonso (Rafael Afonso)
Since two days ago I am getting this stacktrace when I open a repository or even when I clone one:
#!python
** Mercurial version (2.4.2). TortoiseHg version (2.6.2)
** Command:
** CWD: C:\Windows\system32
** Encoding: cp1252
** Extensions loaded:
** Python version: 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)]
** Windows version: sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1')
** Processor architecture: x64
** Qt-4.8.0 PyQt-4.9.1
Traceback (most recent call last):
File "tortoisehg\hgqt\workbench.pyo", line 925, in openRepository
File "tortoisehg\hgqt\workbench.pyo", line 935, in _openRepo
File "tortoisehg\hgqt\workbench.pyo", line 808, in addRepoTab
File "tortoisehg\hgqt\reporegistry.pyo", line 395, in addRepo
File "tortoisehg\hgqt\repotreemodel.pyo", line 260, in addRepo
File "tortoisehg\hgqt\repotreemodel.pyo", line 255, in allreposIndex
AttributeError: 'NoneType' object has no attribute 'row'
Repository Registry window remains empty, even if I try to open other repository, althought their tabs appear.
Googling for this problem, the nearest I found was #2140 (closed), which is a duplicate of #2090 (closed). In this last bug, it is suggested to disable hgsubversion extension temporarily. However, I have no idea how to do this.