git-verify-import(1)

GIT-VERIFY-IMPORT(1) General Commands Manual GIT-VERIFY-IMPORT(1)

NAME

git-verify-import - verifies that a fast-import was done correctly

SYNOPSIS

git verify-import <hg-repository>

DESCRIPTION

Verifies that a fast-import from a Mercurial (hg) repository was done correctly.

git verify-import <hg-repository>
Check that the repository <hg-repository> was successfully imported.

OPTIONS

-h, --help
Show help message
-v, --verbose
Turn on verbose output, useful for debugging

SEE ALSO

git-fast-import(1)