hg2git.py: Remove leading/trailing spaces from authormap
commitcedbd0fb86e221755161fa80c8b04fdabb340308
authorRocco Rutte <pdmef@gmx.net>
Mon, 12 Mar 2007 10:45:32 +0000 (12 10:45 +0000)
committerRocco Rutte <pdmef@gmx.net>
Mon, 12 Mar 2007 10:45:32 +0000 (12 10:45 +0000)
treed965c4cac19634d1b616462099741077996b23b6
parent59a481a2b0b4e73db903fe7773aa122fa74fd9d4
hg2git.py: Remove leading/trailing spaces from authormap

The current regex may leave us with keys/values having trailing/leading
spaces in all flavours which will break lookup. Solution: strip() key
and value.

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