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
  • #4205
Closed
Open
Created Jun 24, 2015 by Bitbucket Importer@bitbucket_importerOwner

Shelve doesn't play well with mq patches containing files with spaces in the name

Created originally on Bitbucket by DeeHants (Deanna Earley)

I have several mq patches that include changes to files with spaces in their names. they contain the usual file header of:

diff -r d88350543817 Console/Web server/WebServer.cls
--- a/Console/Web server/WebServer.cls	Tue Jun 23 16:34:31 2015 +0100
+++ b/Console/Web server/WebServer.cls	Tue Jun 23 17:00:40 2015 +0100

when working with them in TortoiseHg's shelve tool, the path component before the space is truncated:

truncated files.png

The shelve created patches don't have this issue:

diff --git a/Console/Web server/WebServer.cls b/Console/Web server/WebServer.cls
--- a/Console/Web server/WebServer.cls	
+++ b/Console/Web server/WebServer.cls	

shelve.png

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