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: bugzi...@mercurial-scm.org
          Reporter: alexraynepe...@gmail.com
                CC: mercurial-devel@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to