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

            Bug ID: 5770
           Summary: path bug with pull -u
           Product: Mercurial
           Version: 4.4.2
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: j...@calawaypark.com
                CC: mercurial-devel@mercurial-scm.org

When using subrepositories, if I do (in my case from drive z:):

   hg pull -u c:

where "c:" means the 'current directory' on c: and is not equivalent to "c:\"

then while updating, I get the error:

   abort: repository c:/SomeProject not found!

but c:/SomeProject is the wrong path, the path should be c:SomeProject

Note that the folder is a subrepo, and my .hgsub is written like this:

   SomeProject = SomeProject
   SomeOtherProject = SomeOtherProject

-- 
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