repository with subrespository: I am stuck with a nested nested path problem

Uwe Brauer oub at mat.ucm.es
Mon Dec 27 17:40:27 UTC 2021


Hi 

I am running hg 5.5 (python 3.5 on Ubuntu 16.04)
evolve changeset 3f9ef377e670
(and have the beautifygraph extension on.)

I have a repository that contains a subrepository 

The .hgsub file reads

Neu-Einstufung/DocX-Neu = ../Neu-Einstufung/DocX-Neu

However 

Hg log -G 

Shows 
*  changeset:   113:0769a7baf76f
│  Branch:      default
│  tag:         tip
│  Author:      Uwe Brauer <oub at mat.ucm.es>
│  Date:        Sun, 10 Oct 2021 09:57:07 +0200
│  Topic:       verhinderung
│  Phase:       draft
│  Summary:     Another try to add Neu-Einstufung/DocX-Neu/
│
∗  changeset:   110:861c40e8dad2
│  Branch:      default
│  Author:      Uwe Brauer <oub at mat.ucm.es>
│  Date:        Sun, 10 Oct 2021 09:33:34 +0200
│  Topic:       verhinderung
│  Phase:       draft
│  Summary:     Remove this subrepo
│
∗  changeset:   109:070b8820e657
│  Branch:      default
│  Author:      Uwe Brauer <oub at mat.ucm.es>
│  Date:        Sun, 10 Oct 2021 09:28:03 +0200
│  Topic:       verhinderung
│  Phase:       draft
│  Summary:     Add a subrepository


Instead of 
◍   changeset:   5640:3f9ef377e670
│╲   Branch:      mercurial-5.1
│ │  Author:      Anton Shestakov <av6 at dwimlabs.net>
│ │  Date:        Sat, 31 Oct 2020 19:10:55 +0800
│ │  Phase:       public
│ │  Summary:     test-compat: merge mercurial-5.2 into mercurial-5.1
│ │

Which indicates that something is wrong, however when I try to navigate 

hg up tip
abort: path 'Neu-Einstufung/DocX-Neu/G_Brauer_Pflege-Debeka.docx' is inside nested repo 'Neu-Einstufung/DocX-Neu'


I have seen anything like this

Any help would be appreciated

Regards

Uwe Brauer 



More information about the Mercurial mailing list