On Wed, Jan 19, 2011 at 3:48 PM, Hendrickson, Travis <[email protected]> wrote: > {{{ > > #!python > > ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues > or [email protected] > > ** Mercurial version (1.7.2). TortoiseHg version (1.1.7) > > ** Command: --nofork log > > ** CWD: C:\Projects\SmartField > > ** Extensions loaded: fixfrozenexts, transplant, mq, fetch, gestalt, > kilnauth, kilnpath, big-push, nobranch, kiln, caseguard, kbfiles > > ** Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit > (Intel)] > > ** sys.getwindowsversion(): (5, 1, 2600, 2, 'Service Pack 3') > > ** Processor architecture: x86 > > Recoverable runtime error (stderr): > > *** failed to import extension svnblame from C:\Program Files\Kiln > Client\svnblame.py: [Errno 2] No such file or directory > > Traceback (most recent call last): > > File "tortoisehg\hgtk\history.pyo", line 665, in selection_changed > > File "tortoisehg\hgtk\changeset.pyo", line 173, in load_details > > File "C:\Program Files\Kiln Client\kbfiles\bfsetup.py", line 66, in status > > return super(bfiles_repo, self).status(node1, node2, match, listignored, > listclean, listunknown, subrepos) > > File "mercurial\localrepo.pyo", line 1169, in status > > File "mercurial\localrepo.pyo", line 1088, in mfmatches > > File "mercurial\context.pyo", line 93, in manifest > > File "mercurial\util.pyo", line 169, in __get__ > > File "mercurial\context.pyo", line 63, in _manifest > > File "mercurial\manifest.pyo", line 46, in read > > File "mercurial\revlog.pyo", line 1095, in revision > > mercurial.error.RevlogError: integrity check failed on 00manifest.i:1131 > > > > }}}
This was one of two things: 1 - an indication of real corruption (running verify will confirm) 2 - a temporary glitch caused by the repository being modified externally If it was #2, it's safe to ignore. -- Steve Borho ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

