There seem to be some problems with caching csinfo.py does together with
for example when transitioning from bundle applied to accept.

I said 'incoming', selected some csets from bundle, then accepted, reset marks,
selected csets again...

I used 1c2bb1a7c48c

{{{
#!python
** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or 
tortoisehg-disc...@lists.sourceforge.net
** Mercurial version (220d39af2e57).  TortoiseHg version (unknown)
** Command: --nofork log
** CWD: W:\hg-crew
** Extensions loaded: mq, graphlog, patchbomb, rebase, bookmarks, hgshelve, 
extdiff
Recoverable runtime error (stderr):
Traceback (most recent call last):
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 200, in 
filelist_rowchanged
    self.generate_change_header()
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 218, in 
generate_change_header
    desc = self.csetinfo.get_data('desc')
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 367, in get_data
    return self.info.get_data(item, self, self.ctx, self.custom)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 343, in get_data
    return self.try_cache('data', SummaryInfo.get_data, *args)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 333, in try_cache
    ctxstr = ctx._repo.root + ctx.hex()
AttributeError: 'NoneType' object has no attribute '_repo'
Traceback (most recent call last):
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 200, in 
filelist_rowchanged
    self.generate_change_header()
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 218, in 
generate_change_header
    desc = self.csetinfo.get_data('desc')
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 367, in get_data
    return self.info.get_data(item, self, self.ctx, self.custom)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 343, in get_data
    return self.try_cache('data', SummaryInfo.get_data, *args)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 333, in try_cache
    ctxstr = ctx._repo.root + ctx.hex()
AttributeError: 'NoneType' object has no attribute '_repo'
Traceback (most recent call last):
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 200, in 
filelist_rowchanged
    self.generate_change_header()
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 218, in 
generate_change_header
    desc = self.csetinfo.get_data('desc')
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 367, in get_data
    return self.info.get_data(item, self, self.ctx, self.custom)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 343, in get_data
    return self.try_cache('data', SummaryInfo.get_data, *args)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 333, in try_cache
    ctxstr = ctx._repo.root + ctx.hex()
AttributeError: 'NoneType' object has no attribute '_repo'
Traceback (most recent call last):
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 200, in 
filelist_rowchanged
    self.generate_change_header()
  File "W:\thg-stable\tortoisehg\hgtk\changeset.py", line 218, in 
generate_change_header
    desc = self.csetinfo.get_data('desc')
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 367, in get_data
    return self.info.get_data(item, self, self.ctx, self.custom)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 343, in get_data
    return self.try_cache('data', SummaryInfo.get_data, *args)
  File "W:\thg-stable\tortoisehg\hgtk\csinfo.py", line 333, in try_cache
    ctxstr = ctx._repo.root + ctx.hex()
AttributeError: 'NoneType' object has no attribute '_repo'

}}}


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to