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

mercurial.error.RepoLookupError on git-hg clone #63

Open
DrMcCoy opened this issue Jan 26, 2019 · 0 comments
Open

mercurial.error.RepoLookupError on git-hg clone #63

DrMcCoy opened this issue Jan 26, 2019 · 0 comments

Comments

@DrMcCoy
Copy link

DrMcCoy commented Jan 26, 2019

I'm trying to git-hg clone https://bitbucket.org/kosovan/theunarchiver, but an error is raised:

Initialized empty Git repository in /home/drmccoy/fork/theunarchiver/.git/
requesting all changes
adding changesets
adding manifests
adding file changes
added 1168 changesets with 8230 changes to 2477 files (+2 heads)                                              
new changesets 966693f01ae4:048dd23b998a
(sent 3 HTTP requests and 1386 bytes; received 23114108 bytes in responses)
Initialized empty Git repository in /home/drmccoy/fork/theunarchiver/.git/hgremote/
Traceback (most recent call last):
  File "/usr/local/lib/git-hg/fast-export/hg-fast-export.py", line 405, in <module>
    options.statusfile,authors=a,sob=options.sob,force=options.force))
  File "/usr/local/lib/git-hg/fast-export/hg-fast-export.py", line 318, in hg2git
    if not verify_heads(ui,repo,heads_cache,force):
  File "/usr/local/lib/git-hg/fast-export/hg-fast-export.py", line 299, in verify_heads
    (_,_,_,_,_,_,branch,_)=get_changeset(ui,repo,h)
  File "/usr/local/lib64/git-hg/fast-export/hg2git.py", line 71, in get_changeset
    node=repo.lookup(revision)
  File "/usr/lib64/python2.7/site-packages/mercurial/localrepo.py", line 1511, in lookup
    return scmutil.revsymbol(self, key).node()
  File "/usr/lib64/python2.7/site-packages/mercurial/scmutil.py", line 624, in revsymbol
    raise error.RepoLookupError(_("unknown revision '%s'") % symbol)
mercurial.error.RepoLookupError: unknown revision 'Ò;º¶$pSmZTP'
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