AttributeError from csinfo
Created originally on Bitbucket by Anonymous
I'm running Windows Vista SP2 and found the following bug report. Prior to this, I couldn't use the GUI to switch branches. The current branch was pic_microstik_uart2_test; I wanted to commit to issue_0146_bjones_pic_plus. However, selecting that branch by clicking the "branch: pic_microstik_uart2_test" button then selecting the issue_0146_bjones_pic_plus and clicking OK didn't change the branch displayed; a commit (followed by a revert) showed that the it's wasn't just a GUI update, but the commit went to the wrong branch. I could change to the default branch, but trying to change to the desired issue_0146_bjones_pic_plus failed. So, I went to the command line and executed "hg branch issue_0146_bjones_pic_plus", then returned to the GUI. The branch was now correct and the commit worked, but then produced the following crash report:
{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues ** Mercurial version (1.7.3). TortoiseHg version (1.1.8) ** Command: --nofork log ** CWD: C:\Users\bjones\Documents\svns\p14p-pic ** Extensions loaded: fixfrozenexts, convert ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] ** sys.getwindowsversion(): (6, 0, 6002, 2, 'Service Pack 2') ** Processor architecture: x86 Recoverable runtime error (stderr): Traceback (most recent call last): File "tortoisehg\hgtk\changeset.pyo", line 275, in filelist_rowchanged File "tortoisehg\hgtk\changeset.pyo", line 303, in generate_change_header File "tortoisehg\hgtk\csinfo.pyo", line 477, in get_data File "tortoisehg\hgtk\csinfo.pyo", line 450, in get_data File "tortoisehg\hgtk\csinfo.pyo", line 425, in try_cache AttributeError: 'NoneType' object has no attribute '_repo'
}}}