remote-hg: another case of Postel's law
commitb95db27a193dc2e8d38be0033257c9f5ab2a87b9
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Apr 2012 05:27:45 +0000 (7 00:27 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jun 2012 22:38:23 +0000 (19 23:38 +0100)
tree85de2641f070ddd8fd8c82440d68c59d3829a458
parentb3b877163a3d696b9b240626772a41de15b251ef
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