Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • 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 829
    • Issues 829
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • 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
  • #5659
Closed
Open
Created Nov 27, 2020 by Simon Sapin@SimonSapinDeveloper

Revset query autocompletes to author('b\'…\'')

In TortoiseHg version 5.6 with Mercurial-5.6, Python-3.8.6, PyQt-5.15.1, Qt-5.15.1.

In the "revision set query" search bar I started typing author, and thg auto-completed author('b\'My Name <me@example.net>\'') (with the name and email from ui.username hg config). That query gives zero results.

It looks like a byte string was formatted with repr, then then resulting Unicode string was backslash-escaped to be a string literal in the query language. It should probably be decoded (in UTF-8?) instead.

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