[Bug 5890] New: name persistent branch same as bookmark

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Fri May 18 13:58:14 UTC 2018


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

            Bug ID: 5890
           Summary: name persistent branch same as bookmark
           Product: Mercurial
           Version: 4.5.3
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: alexraynepe196 at gmail.com
                CC: mercurial-devel at mercurial-scm.org

hg can name branch in working dir with any name. if name is same as some
bookmark, this will conflicts with one bookmark later.

steps to reproduce:
1) hg bookmark conflict_name
2) hg branch conflict_name
3) hg ci ...  
here we have branch with name same as bookmark conflict_name

imho: hg branch should warn about such situation, or reject naming

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


More information about the Mercurial-devel mailing list