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

Uwe Brauer oub at mat.ucm.es
Thu Dec 30 07:27:22 UTC 2021



> 56 was pruned, so all its descendants became orphans, ...


> ... including 57.


> And now 56 is additionally amended using uncommit (so most likely 114
> is empty and working directory contains changes from 56).


> Don't ask me, I have no idea what you're doing. Maybe make sure 114
> looks correct, and if you want to stabilize orphans, you can use hg
> evolve.
I checked my history logs of my shell.

This is what I did 
hg status
hg log -G
hg rollback
hg prune .
hg log -G
hg up -r 113
hg up tip
hg up -C -r 113
hg up -C
hg evolve
hg log -G
hg up -r 115
hg strip -r 114
hg log -G
hg up tip

When I fired up the last command I obtained the nested error message

Now one part of the graph looks like
│ │ ∗  changeset:   58:9d110314b17f
│ │ │  topic:       verhinderung
│ │ │  user:        Uwe Brauer <oub at mat.ucm.es>
│ │ │  date:        Fri Jan 29 18:47:59 2021 +0100
│ │ │  instability: orphan
│ │ │  summary:     Add files for more detailed information
│ │ │
├───◌  changeset:   57:26a85f0f9b72
│ │    topic:       verhinderung
│ │    user:        Uwe Brauer <oub at mat.ucm.es>
│ │    date:        Sun Jan 10 14:47:24 2021 +0100
│ │    obsolete:    rewritten using evolve as 116:c796baf0ebd8
│ │    summary:     Change slightly the distribution


So I tried

 hg evolve -r 58 

But then I obtain 

abort: path 'Neu-Einstufung/DocX-Neu' is inside nested repo 'Neu-Einstufung'

So that changeset seems to be the source of the problems.

Any idea how to proceed?

thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5673 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20211230/c23473f7/attachment.p7s>


More information about the Mercurial mailing list