hg-fast-export: get rid of ridiculous 'devnull@localhost' default
commit80ebfc9b27e77743b34929a1a194352edf0da39f
authorKyle J. McKay <mackyle@gmail.com>
Mon, 4 Jul 2016 05:36:28 +0000 (3 22:36 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 4 Jul 2016 05:36:28 +0000 (3 22:36 -0700)
tree1f936ea81f981ae2194ac009a1e8a95064e313e7
parent447fc0728512ffaf40f02d7d803b395328acafda
hg-fast-export: get rid of ridiculous 'devnull@localhost' default

Use 'unknown' for an unknown email address by default rather than
the ridiculous 'devnull@localhost' value.

If compatibility with the previous default is needed than an explicit
-U devnull@localhost option must be given.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
hg-fast-export.py
hg-fast-export.sh
hg2git.py