Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thg thg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 834
    • Issues 834
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mercurial
  • TortoiseHg
  • thgthg
  • Issues
  • #158

Closed
Open
Created Feb 26, 2011 by Bitbucket Importer@bitbucket_importerOwner

Bookmarks related crash on startup

Created originally on Bitbucket by 16bytes (Chris Scott)

{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/thg/issues ** Mercurial version (1.7.5). TortoiseHg version (1.9.3+226-067a5dc46d11) ** Command: ** CWD: /home/peacemaker/src/thg ** Extensions loaded: bookmarks ** Python version: 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) [GCC 4.4.5] ** Qt-4.7.0 PyQt-4.7.4 Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks' Traceback (most recent call last): File "/home/peacemaker/src/thg/tortoisehg/hgqt/htmldelegate.py", line 26, in paint text = index.model().data(index, Qt.DisplayRole).toString() File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 415, in data result = self.rawdata(row, column, role) File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 427, in rawdata text = self._columnmapcolumn File "/home/peacemaker/src/thg/tortoisehg/hgqt/repomodel.py", line 535, in getlog for mark in ctx.bookmarks(): AttributeError: 'thgchangectx' object has no attribute 'bookmarks'

}}}

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking