Skip to content

hg-fast-export.py fails due to missing hg2git module #313

@eric-s-raymond

Description

@eric-s-raymond

I grabbed a copy of hg-fast-export.py hoping that. run in a Mercurial repository, it would ship a fast-import stream to stdout.

Instead it fauiiled with this message:

Traceback (most recent call last):
  File "/home/esr/bin/hg-fast-export.py", line 6, in <module>
    from hg2git import setup_repo,fixup_user,get_branch,get_changeset
ModuleNotFoundError: No module named 'hg2git'

I see no documentation about how to meet this depedency. I don't even see any documentation of what this Python script is supposed to do. Please fix these problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contribution-requiredMaintainer has no time and/or no plans to work on this, interested parties should submit a patch

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions