hg-git
How do I relate an existing Mercurial and git repositories using hg-git?
This is a pretty esoteric question, so just to make clear here from the start: I am not talking about converting from svn to git, git to mercurial, or mercurial to git. I am talking about a complex si[详细]
2023-04-06 05:30 分类:问答HgGit: "invalid-email-address" at GitHub
I started to use HgGit extension for mercurial to have copy of repository at GitHub. Almost ever开发者_开发问答ything is working well, but in commits information at GitHub I see invalid-email-address[详细]
2023-03-26 01:29 分类:问答Cloning git repository from http URL with tortoisehg
I have TortoiseHg with the hg-git extension installed. I know it is w开发者_运维技巧orking as I can clone repositories from github using hg clone git://github.com/foo/bar.git[详细]
2023-03-01 05:35 分类:问答Mercurial Hg-Git: Clone from a local directory?
I have a local Git repository on my computer that I am trying to clone with Hg-Git. It works fine for me when I\'m cloning from a git:// type path, but not if I try to clone from local directories.[详细]
2023-02-28 12:20 分类:问答Mercurial error *** failed to import extension hggit: No module named hggit
I installed Mercurial on my Mac, and it\'s wonderful.For me it\'s easier to grasp than Git so I wanted to use it to manage git-repositories.Therefore I installed hg-git with the following instructions[详细]
2023-02-13 13:15 分类:问答Adding a Git subrepository to Mercurial
I\'ve been trying to set up a project using bitbucket which has project dependencies hosted on github. Using the Hg-Git Mercurial plugin I am able to almost get there.[详细]
2023-01-22 11:38 分类:问答No changes are pushed when using hg-git
I\'m trying to get the hg-git 开发者_如何学JAVAextension working under Windows and after hours of fiddling, I finally seem to have it working. However, nothing shows up in my git repository even thoug[详细]
2023-01-21 04:27 分类:问答hg clone git:.... aborts: failing connection?
When trying to clone a git repository using Mercurial over hg-git: hg clone git://github.com/rails/rails.git[详细]
2023-01-11 02:51 分类:问答How do I correctly install dulwich to get hg-git working on Windows?
I\'m trying to use the hg-git Mercurial extension on Windows (Windows 7 64-bit, to be specific). I have Mercurial and Git installed. I have Python 2.5 (32-bit) installed.[详细]
2022-12-21 20:23 分类:问答