Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thg-hgtk thg-hgtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 515
    • Issues 515
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

This instance will be upgraded to Heptapod 0.31.0 (final) on 2022-05-24 at 14:00 UTC+2 (a few minutes of down time)

  • mercurial
  • TortoiseHg
  • thg-hgtkthg-hgtk
  • Issues
  • #1738

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

RuntimeError in commit tool by missing syntax statement in .hgignore

Created originally on Bitbucket by stim

Using the .hgignore file: {{{ #!text

.metadata /bin/*

*.aux *.bbl *.blg *.log *.tps }}}

The commit tool is unable to refresh the uncommitted changes, and produces the attached stack trace.

Adding the statement "syntax: glob" to the top of the .hgignore file fixes the issue.

{{{ #!python ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues or tortoisehg-discuss@lists.sourceforge.net ** Mercurial version (1.4.1). TortoiseHg version (0.9.1.1) ** Command: --nofork commit ** CWD: C:_tim\Workspaces\Studie_thesis\Workspace ** Extensions loaded: extdiff Recoverable runtime error (stderr): Exception in thread Thread-1: Traceback (most recent call last): File "threading.pyo", line 486, in __bootstrap_inner File "threading.pyo", line 446, in run File "tortoisehg\hgtk\status.pyo", line 694, in get_repo_status File "mercurial\localrepo.pyo", line 982, in status File "mercurial\dirstate.pyo", line 609, in status File "mercurial\dirstate.pyo", line 447, in walk File "mercurial\util.pyo", line 150, in get File "mercurial\dirstate.pyo", line 104, in _ignore File "mercurial\ignore.pyo", line 101, in ignore Abort: C:_tim\Workspaces\Studie_thesis\Workspace.hgignore: invalid pattern (relre): *.aux

Traceback (most recent call last): File "tortoisehg\hgtk\status.pyo", line 709, in status_wait File "tortoisehg\hgtk\status.pyo", line 607, in refresh_file_tree AttributeError: 'GCommit' object has no attribute 'status'

}}}

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