remote-hg: another case of Postel's law
commit649a45202b366206322fa0185df81b9b1903314c
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Apr 2012 05:27:45 +0000 (7 00:27 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Apr 2012 06:05:52 +0000 (7 01:05 -0500)
tree29ffdc7fea2483dda0d745b2b5857f3903be7be5
parent5a0ff88aba8ae851261dd8766653fcfef57b2d82
remote-hg: another case of Postel's law

This change allows invalid input from Mercurial repositories where the
author is recorded as 'Name <email@blah' (missing the closing '>').

With this change, importing http://scelenic.com/hg itself no longer fails
with:

fatal: Missing > in ident string: Benoit Boissinot
<benoit.boissinot@ens-lyon.org <none@none> 1129685868 -0700

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git_remote_helpers/hg/hg.py