hg2git.py: Add support for user-defined hg author -> git author mapping
commit31985600163b6f242bfe69aeba21da0fc00b44a7
authorRocco Rutte <pdmef@gmx.net>
Fri, 9 Mar 2007 11:09:57 +0000 (9 11:09 +0000)
committerRocco Rutte <pdmef@gmx.net>
Fri, 9 Mar 2007 11:09:57 +0000 (9 11:09 +0000)
tree6d0faafde30a910134970e11c21ae746fcd20780
parentec2aceeacbd3c35946febc2a3449e24ab38bb5d3
hg2git.py: Add support for user-defined hg author -> git author mapping

The mapping is a python dictionary given to the hg2git() function. This
isn't extremely useful as there's no option passing from hg2git.sh to
hg2git.py (yet).

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg2git.py