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