Hi
I upgraded to 6.7.2
Then I cloned again hg-git but checked out
--8<---------------cut here---------------start------------->8---
@ changeset: 2210:13cf16d4c84f
│ │ │ Remote_Branch: default/default:branches-and-stuff
│ │ │ Branch: default
│ │ │ Author: Dan Villiom Podlaski Christiansen <
dan...@gmail.com>
│ │ │ Date: Thu, 09 Nov 2023 21:24:08 +0100
│ │ │ Topic: branches-and-stuff
│ │ │ Phase: draft
│ │ │ Summary: ci: temporarily install evolve during the CI run
--8<---------------cut here---------------end--------------->8---
I added
--8<---------------cut here---------------start------------->8---
[hggit]
usephases = True
# this is for the new experimental topic/changeset
mode = topic
--8<---------------cut here---------------end--------------->8---
Or mode = branches
or mode = topics
I cloned a small repo of mine that dwells in gitlab, added a topic and a
change set.
Then I pushed but obtained
--8<---------------cut here---------------start------------->8---
searching for changes
abort: no bookmarks or tags to push to git
(see "hg help bookmarks" for details on creating them)
--8<---------------cut here---------------end--------------->8---
What do I miss?
Regards
Uwe Brauer