1090 1090 <verbatim>
1091 1091 sh ~/Downloads/hg-fast-export.sh
1092 1092 </verbatim>
1093 1093
1094 1094 Once it finishes, check if it correctly imported everything by running "git log".
1095 1095
1096 1096 If you got "ImportError: No module named mercurial" make sure your PYTHONPATH variable is set to point to the location
1097 -where mercurial modules are installed (on Mac OS X when Mercurial was installed via "easy_install mercurial", enter the
1097 +where mercurial modules are installed (on Mac OS X when Mercurial was installed via "sudo easy_install mercurial", enter the
1098 1098 following into bash: "export PYTHONPATH=/Library/Python/2.6/site-packages").
1099 1099
1100 1100 Now we can import Git repository into Fossil (we'll put it into
1101 1101 parent directory under the "our-repository.fossil" name):
1102 1102
1103 1103 <verbatim>
1104 1104 git fast-export --all | fossil import --git ../our-repository.fossil
1105 1105 </verbatim>
1106 1106