You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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:
However, I do not get this error with mnauw's fork.
The text was updated successfully, but these errors were encountered: