-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Labels
contribution-requiredMaintainer has no time and/or no plans to work on this, interested parties should submit a patchMaintainer has no time and/or no plans to work on this, interested parties should submit a patch
Description
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
Labels
contribution-requiredMaintainer has no time and/or no plans to work on this, interested parties should submit a patchMaintainer has no time and/or no plans to work on this, interested parties should submit a patch