hg2git.py: Disable parsing Signef-off-by lines and add -s to enable
commit469d4f33054fad0e651484fb61f0920a5b60a430
authorRocco Rutte <pdmef@gmx.net>
Mon, 12 Mar 2007 08:00:18 +0000 (12 08:00 +0000)
committerRocco Rutte <pdmef@gmx.net>
Mon, 12 Mar 2007 08:00:18 +0000 (12 08:00 +0000)
treebe129eae949fb41ba19ad35a017049e90f8cd848
parent045eea436caca208a5ae4d08f3d31a550808c993
hg2git.py: Disable parsing Signef-off-by lines and add -s to enable

IMHO it's highly unusual to have these lines in hg projects but who
knows. As it's slow to parse these types of lines (with regex), it's
disabled by default and the 'author' command of git-fast-import isn't
used at all.

It can be enabled by giving the -s switch to hg2git.sh.

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