[Bug 3622] New: Changed behaviour of "hg clone" when using symbolic names ([paths] in .hgrc)

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Wed Sep 12 07:50:23 CDT 2012


http://bz.selenic.com/show_bug.cgi?id=3622

          Priority: normal
            Bug ID: 3622
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Changed behaviour of "hg clone" when using symbolic
                    names ([paths] in .hgrc)
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: kubacu at wp.pl
          Hardware: Macintosh
            Status: UNCONFIRMED
           Version: 2.3.1
         Component: Mercurial
           Product: Mercurial

.hgrc:
[paths]
trunk        = http://myserver.com/trunk

Change of behaviour when resolving the path to clone to when using symbolic
names to repositories ([paths]) between Mercurial 2.2.2 and 2.3.1.


Mercurial 2.2.2:
doesn't work:
hg clone http://myserver.com/trunk trunk

works:
hg clone http://myserver.com/trunk
hg clone trunk trunk
hg clone trunk
hg clone http://myserver.com/trunk trunk_clone
hg clone trunk trunk_clone


Mercurial 2.3.1:
doesn't work:
hg clone http://myserver.com/trunk trunk
hg clone http://myserver.com/trunk
hg clone trunk trunk
hg clone trunk

works:
hg clone http://myserver.com/trunk trunk_clone
hg clone trunk trunk_clone

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


More information about the Mercurial-devel mailing list