[Bug 5112] New: 'hg shelve' chooses a shelve name that's illegal if on a branch whose name contains \

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Feb 23 13:45:58 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5112

            Bug ID: 5112
           Summary: 'hg shelve' chooses a shelve name that's illegal if on
                    a branch whose name contains \
           Product: Mercurial
           Version: default branch
          Hardware: Macintosh
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: shelve
          Assignee: bugzilla at selenic.com
          Reporter: simonfar at fb.com
                CC: mercurial-devel at selenic.com

Repro steps (suitable for a .t file):

  $ hg init
  $ hg branch -- '\\'
  marked working directory as branch \\
  (branches are permanent and global, did you want a bookmark?)
  $ echo [extensions] >> .hg/hgrc
  $ echo shelve= >> .hg/hgrc
  $ hg commit -m "0"
  $ hg shelve
  abort: shelved change names may not contain slashes
  [255]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list