Hi Ernie, Ernie Rael <err...@raelity.com> writes: > I'd like to turn it into the following, with legacy is in a different > directory, > and where the history of hglog looks right. This is wanted because the new > version is buggy, and it's useful to run either. > > - - - history - - - -o:legacy > / / > o...o:fork...o...o...o...o:new
> Instead of "hg rebase" I tried "hg graft" with similar results > Same thing with "hg transplant" which surprised me. > > Is there a way to do this and get a clean history? How would that clean history look? If you just want them in different folders, you could rename legacy and then simply merge tip. hg up legacy hg cp . new/directory hg ci -m "move to legacy" hg merge -r -2 hg ci -m "merge new and old" Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de
signature.asc
Description: PGP signature
_______________________________________________ Mercurial mailing list Mercurial@lists.mercurial-scm.org https://lists.mercurial-scm.org/mailman/listinfo/mercurial