hg-git: testing: using branches-and-stuff: add git branches, delete git branches
Uwe Brauer
oub at mat.ucm.es
Sat Jul 20 16:26:18 UTC 2024
Hi
more experiments
* Named Branches
With
[experimental]
hg-git-mode = branches
Good and bad news.
1. Good: If I create a new branch with git, push, and then use hg to
pull, the git branch is imported as a hg named branch
2. Bad: If I delete with git a git branch (push with git) and pull
with hg, the named branch is of course not deleted. I need to
reclone (if I had already committed something that gets tricky).
3. When I clone again, git branches get imported as named branches
but using git name-rev, which cannot be really trusted
* Topics
[experimental]
hg-git-mode = topic
Good and bad news.
1. Good: If I create a new branch with git, push, and then use hg to
pull, the git branch is imported as a hg topic.
2. Bad: If I delete with git a git branch (push with git) and pull
with hg, the named branch is of course not deleted. I need to
reclone (if I had already committed something that gets tricky).
3. When I clone again, git branches will not be imported as topics!
Uwe Brauer
--
I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military.
I support the EU and NATO membership of Ukraine.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5684 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20240720/82141917/attachment.p7s>
More information about the Mercurial
mailing list