Hi
I followed the instructions found in
https://foss.heptapod.net/mercurial/hg-git/-/tree/branch/default
Concerning the issue of using named_branches with git.
I am still using Ubuntu 16.04 and python 3.5 (and I tried various times
to upgrade python, within 16.04 but run in countless problems).
That is why I am currently using
@ changeset: 1786:96807318ffa6
│ Branch: 0.10.x
│ tag: 0.10.2
Now I set up a sandbox repository in github, created a mercurial
repository with the above setting, created a named_branch main and the
bookmark main_bookmark
I pushed, pulled with git, added to commit on that branch, pushed, and
pulled with hg. However the commit ended up on the default branch!
Here is the graph
◍ changeset: 2:362803fae278
│ Branch: default
│ tag: default/main
│ tag: tip
│ bookmark: main_bookmark
│ Author: Uwe Brauer <
o...@mat.ucm.es>
│ Date: Fri, 25 Nov 2022 22:12:52 +0100
│ Phase: public
│ Summary: New
│
○ changeset: 1:fa7a765c8b1c
│ Branch: main
│ Author: Uwe Brauer <
o...@mat.ucm.es>
│ Date: Fri, 25 Nov 2022 22:11:02 +0100
│ Phase: public
│ Summary: Add some ode23s
│
○ changeset: 0:875156245482
Branch: main
Author: Uwe Brauer <
o...@mat.ucm.es>
Date: Fri, 25 Nov 2022 22:10:27 +0100
Phase: public
Summary: First in main
But I thought the idea was that it would be imported in the main branch!
Or do I miss something here?
Regards
Uwe Brauer