hg-git
hg-git copied to clipboard
mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
Hi I am using Ubuntu 16.04 mercurial 4.4.1 and the latest changeset: bbad9283f80f version of hg-git, when I try to run hg pull -u I obtain pulling from git+ssh://[email protected]/p/matlab-emacs/src Password:...
I'm using hg-git in an environment that most people are using git and is hosted on gitlab, and therefore are creating hundreds of branches. I don't see any tools built...
As discussed [here](https://github.com/dulwich/dulwich/issues/636), hg-git runs into a `dulwich.errors.RefFormatError` when the `refname` includes a character in `BAD_REF_CHARS` (refs.py). The suggestion is to have `hg-git` mangle/replace `BAD_REF_CHARS` with other characters. This should...
I am using hg-git to maintain a mirror of an hg repository but my git repos has some additional commits (my own). Whenever the hg repos has new commits, I...
Failed push to GitHub - abort: error: An existing connection was forcibly closed by the remote host
The error message in the subject is from non-verbose mode. With verbose = True, the following traceback is printed: ``` ** unknown exception encountered, please report by visiting ** https://mercurial-scm.org/wiki/BugTracker...
hii, when i tried to pull from the git repository, i get the following , on doing hg pull sync ( git+ssh://[email protected]:7999/instinctfx/panther.git ) pulling from git+ssh://[email protected]:7999/instinctfx/panther.git ** Unknown exception encountered...
extensions hggit= - failing hgweddir.wsgi + hg clone - not following extension hggit
Hi I am trying to use this on Linux but getting this error. It seems like it does not like the HG version? I tried cloning the git repo and...
README says "requires at least Dulwich 0.8.6", but 0.9.0 throws: ``` File "/usr/lib64/python2.7/site-packages/hggit/git_handler.py", line 891, in upload_pack new_refs = client.send_pack(path, changed, genpack) File "/usr/lib64/python2.7/site-packages/dulwich/client.py", line 441, in send_pack proto, unused_can_read...
When trying to use hg-git today, ran into an unexpected error. The issue appears with the new versions of dulwich, and it appeared in this commit: https://github.com/dulwich/dulwich/commit/8395a4e84b4245c534f418d8c957d83e071c12cc ``` ** unknown...