Files
Fast-Export/hg2git.py
Frej Drejhammar f8792d9c5c Switch from os.popen() to subprocess.check_output() for running git rev-parse
os.popen() uses the shell, this is dangerous when the branch-name
contains characters which are interpreted by the shell, therefore switch
to subprocess.check_output() which doesn't involve the shell.

This closes issue #66.
2016-04-15 15:43:21 +02:00

3.3 KiB
Executable File