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

            Bug ID: 5739
           Summary: $foo in repository path expanded, can't access to such
                    repository
           Product: Mercurial
           Version: 4.4.1
          Hardware: PC
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: normal
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: y...@tcha.org
                CC: mercurial-devel@mercurial-scm.org

STR:

  $ mkdir '$foo'
  $ cd '$foo'
  $ hg init
  $ foo=bar hg root
  abort: repository $TESTTMP/$foo not found!
  [255]

Perhaps we should move the path expansion out from localrepository.__init__().

Originally reported as:
https://bitbucket.org/tortoisehg/thg/issues/4943/

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