(taking hours for 553 changesets seems very fishy.)
the command use show (using --rev) should only select that revision and its ancestors. How many ancestors does 533 has?
On 10/16/25 21:23, Uwe Brauer via Mercurial wrote:
Hi all I need to push my mercurial repository to github using hg-git. The repository contains 533 changesets and various branches. The push takes hours and never finished successfully. I also tried hg push -b some-branch github But it did not work neither (I am using the change set of hg-git that supports named branches) So I thought to extract either by pull or clone or convert just the last branch. I tried hg clone -r 533 -b 2024-25 /home/oub/ALLES/HGs/tex/vorlesungen/HGCal-Num-Transp-old /home/oub/tmp5/HGCal-new And similar commands but I always end up with the complete repository Any ideas? Thanks Uwe Brauer _______________________________________________ Mercurial mailing list [email protected] https://lists.mercurial-scm.org/mailman/listinfo/mercurial
-- Pierre-Yves David
_______________________________________________ Mercurial mailing list [email protected] https://lists.mercurial-scm.org/mailman/listinfo/mercurial
