Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pointer to more up-to-date fork from mnauw? #77

Open
EricCousineau-TRI opened this issue Apr 12, 2019 · 1 comment
Open

Pointer to more up-to-date fork from mnauw? #77

EricCousineau-TRI opened this issue Apr 12, 2019 · 1 comment

Comments

@EricCousineau-TRI
Copy link

It seems like the original repo this was forked from is more active:
https://github.com/mnauw/git-remote-hg

For example, when I tried pushing a commit (using commit from #74's PR), I got this error:

...
  File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line 1765, in _filecommit                                                               
    if fparent2 != nullid or flog.cmp(fparent1, text) or meta:                                                                                            
  File "/usr/lib/python2.7/dist-packages/mercurial/filelog.py", line 90, in cmp                                                                           
    if text.startswith('\1\n'):                                                                                                                           
AttributeError: 'bool' object has no attribute 'startswith'

However, I do not get this error with mnauw's fork.

@felipec
Copy link
Owner

felipec commented Jun 4, 2019

It seems like the original repo this was forked from is more active

No. Github is wrong. This is the original repo.

I started the project in 2012 (original mail to Git's mailing list), I wrote basically all the code, even most of the code in mnauw's fork, and all the patches in the Git core that make both of these possible.

For example, when I tried pushing a commit (using commit from #74's PR), I got this error:

Please try v0.4 that I just tagged. Everything should work.

If there are still issues please report back. I wonder exactly what is the advantage of mnauw's fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants