Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mercurial-devel
mercurial-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

This instance will be upgraded to Heptapod 0.21.0rc2 on 2021-04-16 at 14:00 UTC+2 (a few minutes of down time)

  • octobus
  • mercurial-develmercurial-devel
  • Merge Requests
  • !71

Closed
Created Feb 15, 2021 by Pulkit Goyal@pulkit.goyalMaintainer
  • Report abuse
Report abuse

error: remove shortening of node in error message

  • Overview 0
  • Commits 5
  • Pipelines 7
  • Changes 13

This makes it difficult to figure what exactly was node on which LookupError was called if we only have the error message.

I was debugging an error message which contained a short node and I tried to find out which callers raise LookupError with a short node. This turned out to be wrong because we short-ed the node before printing.

If a short node is to be displayed, that should be done by callers.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: topic/default/tags