[Bug 6599] New: Mercurial 5.9.* do not clone https://foss.heptapod.net/pypy/pypy

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Sun Oct 3 08:52:30 UTC 2021


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

            Bug ID: 6599
           Summary: Mercurial 5.9.* do not clone
                    https://foss.heptapod.net/pypy/pypy
           Product: Mercurial
           Version: 5.9
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: sunhaitao at devtaste.com
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

Steps to Reproduce are:

0. execute `python3 -m pip install 'Mercurial==5.9.*'`.
1. make sure '~/.hgrc' is empty.
2. execute `hg clone https://foss.heptapod.net/pypy/pypy`. An AttributeError
says "'memoryview' object has no attribute 'startswith'" will be raised.

Mercurial 5.8.1 finishes those steps normally. My investigation shows this is
related to how '_is_revision_affected_inner' calculates 'hash_meta'.

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


More information about the Mercurial-devel mailing list