remote-hg: another case of Postel's law
commit2587cc6afc5bde23501acec406c0284c00bed822
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Apr 2012 05:27:45 +0000 (7 00:27 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:35:32 +0000 (1 14:35 +0100)
tree685568515b914625d749497d709463d7d6effc46
parent48b2769813f694033146d0ed20d79cd1748497ed
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