Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with Mercurial topic branches #96

Open
johbo opened this issue Feb 9, 2024 · 1 comment
Open

Working with Mercurial topic branches #96

johbo opened this issue Feb 9, 2024 · 1 comment

Comments

@johbo
Copy link

johbo commented Feb 9, 2024

I am trying to interact with topic branches from Mercurial repositories and I was not yet able to find out if they are supported and how to interact with them.

Background / Context:

What I have observed is that I see the topic branches in the clone which I made via git. I was not yet able to push to a new topic branch from git though.

Is this already a supported feature or did anyone already figure out a way to successfully interact with those branches from git via git-remote-hg?

@felipec
Copy link
Owner

felipec commented Mar 5, 2024

I started working on support for topic branches a while ago, but I haven't worked on git-remote-hg recently.

I've pushed the topic branch, you can give it a try and see if it works correctly for you and what features are missing: https://github.com/felipec/git-remote-hg/tree/topic

It seems to be a really useful feature that I would like to get into the master branch as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants