[Bug 6811] New: Clone of repository stopped working with changeset 87f0155d68aa

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Mon Apr 17 16:11:07 UTC 2023


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

            Bug ID: 6811
           Summary: Clone of repository stopped working with changeset
                    87f0155d68aa
           Product: Mercurial
           Version: 6.4.1
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: me at manueljacob.de
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

With Mercurial cf6e1d535602 (parent of 87f0155d68aa), the following worked:

% ./hg clone https://kallithea-scm.org/repos/kallithea /tmp/kallithea
% cd /tmp/kallithea
% hg id

But with Mercurial 87f0155d68aa, ae9a15267315 (current head of stable) and
a0e39f5bb7cd (current head of default), the last command fails with the
following error:

abort: 00manifest at 47652662ac23c386e873c20b84f6aace9cca8bb5: no node

Disabling clone bundles (`--config ui.clonebundles=false`) fixes the problem.

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


More information about the Mercurial-devel mailing list