A tool for communicating changes between mercurial and git.
1
vote
0answers
33 views
Hg-git not pushing commits on Github
I have this problem with hg-git where I can't push any commits to Github anymore.
When before I had no problems at all.
I have a Mercurial repo in Bitbucket where I push to Github, with
hg push ...
1
vote
1answer
77 views
Using git-remote-hg on windows
According to this answer http://stackoverflow.com/a/13354944/867294 it should be fairly easy to set up git to work with mercurial "no dependencies or anything".
This doesn't seem to work all that ...
0
votes
1answer
44 views
Can I undo the last commit pushed to github with only tortoisehg and hg-git installed?
I can't seem to find a way to do it. I tried for example:
hg push -f git+ssh://git@github.com:greatwolf/testrepo.git
but it would just abort with:
abort: refs/heads/master changed on the ...
0
votes
1answer
66 views
hg-git can pull from forked repo, but not original repo
I'm using TortoiseHg with the hg-git Mercurial plugin to interact with Github without using Git at all, only Hg. On Github, I forked the pandas repo. I successfully cloned my fork to my computer. I ...
0
votes
1answer
98 views
Hg-git stopped working for multiple branches
I keep the main repo on mercurial but made a clone with hg-git for git lovers.
The problem is that in the mercurial repo I went back to a previous commit, created a new anonymous branch and closed ...
2
votes
2answers
116 views
Deploy Mercurial master branch to Heroku
I've been deploying my hg repo to Heroku using hg-git for a few months, but it's stopped working recently.
0 HAL:0 work/nrb % hg push git+ssh://git@heroku.com:nrb.git
pushing to ...
1
vote
1answer
117 views
How do I clone/pull from GitHub, but push to Kiln?
I don't necessarily have a preference for either Git or Mercurial. I have both of them installed and find them equally difficult to get my head around. I mainly use Mercurial because our repositories ...
1
vote
1answer
102 views
Is there a way to make hg-git's push faster?
When using hg-git to push to a remote repository (using git+ssh://-protocol), it takes 10 minutes (and more) for one commit with a one-line change of a small file. The command I'm executing is:
hg ...
3
votes
1answer
291 views
Installing hg-git on Windows 7, using MinGW to Compile
I'm trying to follow the directions at https://gist.github.com/1059280#comments for installing hg-git on Win7 with MinGW for compiling (from reading across StackOverflow and elsewhere, it seems that ...
2
votes
2answers
676 views
How to link a folder with an existing Heroku app with mercurial
I have an existing Django app on Bitbucket and I'm able to deploy to Heroku whith hg-git. Whenever i want to run some heroku command inside my app folder i get the following errors:
$ heroku ps
! ...
2
votes
1answer
195 views
hg-git: delete remote branch?
Is it possible to delete a remote branch with hg-git?
I can delete the tag locally (hg bm -d old-branch), but it's not obvious how to tell the git server to do the same.
1
vote
2answers
354 views
hg-git deploy to heroku from Lion
I have this application on my Lion machine that is in a mercurial repository so I'm using hg-git to deploy it to heroku.
~/.hgrc
[extensions]
hgext.bookmarks =
hggit =
.../project/.hg/hgrc
...
2
votes
3answers
2k views
How to import a Bitbucket project into Github on Windows [closed]
I have a HG project hosted on Bitbucket, and I want to move it to Github.
I have followed the guideline here to install hg-git extension, on my TortoiseHG.
I have created a repo on Github, but has ...
1
vote
1answer
200 views
convert git repo to mercurial repo
i was working on a git repository and now i need to convert it to a hg repository for some reason. my original git repository has 41 commits and had a size of 320MB.
i am trying to convert the ...
3
votes
1answer
238 views
Hg-Git and the Current Version (2) of Mercurial? [closed]
Any compatibility or stability issues with using Hg-Git with version 2 of Mercurial? I am tempted to use Hg-Git to allow me to use Hg but use Github as my repository. Most web chatter about both seems ...
6
votes
1answer
723 views
hg-git push silently fails
I'm trying to use hg push to a git repository, but it silently fails. I found a single post on the mailing list and a registered hg-git issue, but both are about half a year old without much ...
5
votes
2answers
333 views
using git but pushing to mercurial?
I have a new job however they use mercurial as their version control and most of my experience is with git. I try to learn mercurial but the way it does branching (even with extensions like ...
16
votes
3answers
1k views
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 ...
1
vote
1answer
354 views
How can I work in my repo using Git, and push to a Mercurial repo?
I installed hg-git, and I clone my github repository using it:
$ hg clone git+ssh://git@github.com/my/repo.git
$ git status
fatal: This operation must be run in a work tree
$ hg gexport ( now the ...
6
votes
2answers
670 views
HgGit: “invalid-email-address” at GitHub
I started to use HgGit extension for mercurial to have copy of repository at GitHub. Almost everything is working well, but in commits information at GitHub I see invalid-email-address (author) ...
2
votes
2answers
224 views
Problem with loading hggit extension in TortoiseHG
I'm trying to get the hggit extension to work under Windows 7 (64bit) using TortoiseHG (2.1.2). I followed the official setup instructions, i.e. cloning the hg-git repository and adding the "hggit = ...
7
votes
2answers
1k views
Cloning github repo with hggit
I am trying to clone some github repos locally with hggit. I am following tutorial instructions to do
$ hg clone git://github.com/schacon/hg-git.git
abort: repository ...
4
votes
2answers
633 views
Cloning git repository from http URL with tortoisehg
I have TortoiseHg with the hg-git extension installed. I know it is working as I can clone repositories from github using hg clone git://github.com/foo/bar.git
However, I am trying to clone a ...
4
votes
1answer
2k views
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 if I try to clone from two local directories.
...
4
votes
1answer
1k views
Hg-Git: How to push to both Github and Bitbucket?
I just installed Hg-Git and I was wondering if it is possible to push to both Bitbucket.org and Github.com from the same repository. I'm thinking of something like:
$ #make commits
$ hg push #pushes ...
12
votes
2answers
2k views
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 ...
11
votes
2answers
2k views
Installing Hg-Git on Windows 7 64bit
I am trying for a while installing Hg-Git addon to my Windows 7 Operating system
I have crossed several difficulties like installing Python and other utilities described in this blog.
I had even ...
1
vote
1answer
622 views
Commiting Mercurial (Hg) branch to GitHub
I have a little project project called MvcOpenId. I host the source for this on both Codeplex and GitHub. Localy I'm using Mercurial (Hg)for versioning and then with the hg-git plugin I'm pushing to ...
13
votes
4answers
1k views
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.
But when it comes time to push, ...
5
votes
2answers
196 views
No changes are pushed when using hg-git
I'm trying to get the hg-git extension working under Windows and after hours of fiddling, I finally seem to have it working. However, nothing shows up in my git repository even though the output of hg ...
2
votes
1answer
507 views
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
destination directory: rails
importing Hg objects into Git
abort: A connection attempt ...
2
votes
1answer
377 views
I moved my source directory and can no longer push to Heroku
I've been happily using heroku to beta test a Rails app, and recently hit a snag. I prefer Mercurial to git and have been using hg-git to push my app to Heroku. This was working fine until I branched ...
33
votes
6answers
5k views
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.
I followed the instructions ...
