hg-git icon indicating copy to clipboard operation
hg-git copied to clipboard

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg

Results 50 hg-git issues
Sort by recently updated
recently updated
newest added

I tried several approaches, but I would really like to have personal git repo alongside hg clone of upstream. Given upstream project is hg, I would like to hg be...

I need to perform an equivalent to `git checkout {commithash}` but I only know the original git hash. Is it possible with hg-git? `hg up` uses hg hashes which are...

Hi, Interesting plugin! I have a question about it: we have an existing hg repository that we would like to host on github for community access. It looks like your...

Hello, I am using tortoisehg version 3.6.3 on windows 7. Been using it without problems for a while. When trying to clone a git repository using hggit plugin I get...

I'm trying to convert huge git repo to mercurial with hg-git. When I run clone or gimport for the first time, it works while it doesn't crash with out-of-memory (it...

I'd really like to see an installation guide for a non-python developer. The Readme and the website both seem to contain outdated information (e.g. use `easy_install`) and rely on Python...

Since "hg strip" currently doesn't play well with hg-git, I've tried a hack to get rid of some changesets: After pushing my changesets to Github, I moved my local Hg...

I get the following error when attempting to push: ``` pushing to git+ssh://[email protected]/user/triquetra.git ** unknown exception encountered, please report by visiting ** http://mercurial.selenic.com/wiki/BugTracker ** Python 2.7.9 (default, Feb 11 2015,...

We have requirement where we need to pull changes to branch rather than "default branch". If I do hg pull , the commit gets pulled to the default branch even...

While running hg-git's test suite against mercurial 3.8.3 the following failure occurred (master on curret git master): > [ 50s] # Running sh "/tmp/hgtests.UDcksN/child12/test-subrepos.t.sh" > [ 52s] # Ret was:...