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

fatal: mark :76404 not declared #65

Closed
tenpn opened this issue Oct 30, 2016 · 1 comment
Closed

fatal: mark :76404 not declared #65

tenpn opened this issue Oct 30, 2016 · 1 comment

Comments

@tenpn
Copy link

tenpn commented Oct 30, 2016

I've been using git-remote-hg happily for months. However today, without having updated git or git-remote-hg, I'm unable to push or fetch or pull. Instead I get this error:

11:55 am % git fetch
searching for changes
no changes found
fatal: mark :76404 not declared
fast-import: dumping crash report to .git/fast_import_crash_54458
fatal: Error while running fast-import
Traceback (most recent call last):
  File "/Users/Andrew/bin//git-remote-hg", line 1356, in <module>
    sys.exit(main(sys.argv))
  File "/Users/Andrew/bin//git-remote-hg", line 1340, in main
    do_import(parser)
  File "/Users/Andrew/bin//git-remote-hg", line 739, in do_import
    export_branch(repo, branch)
  File "/Users/Andrew/bin//git-remote-hg", line 631, in export_branch
    export_ref(repo, branch, 'branches', head)
  File "/Users/Andrew/bin//git-remote-hg", line 611, in export_ref
    print "N inline :%u" % rev_to_mark(c)
IOError: [Errno 32] Broken pipe

Here's a gist with the crash dump mentioned above: https://gist.github.com/tenpn/a5bedf7680797d5657919feee5fd938a

I've updated git-remote-hg to see if that helps, and it doesn't.

Is that mark :9999 something to do with my project? Is there possibly some issue with either the remote hg or the local git repo? Or is it a bug with git-remote-hg?

@tenpn
Copy link
Author

tenpn commented Nov 1, 2016

Found this earlier issue, which resolve it: #4

@tenpn tenpn closed this as completed Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant