remote-hg: another case of Postel's law
commit4b31e5a4d050e4d6b8fd0eab4333c475ad29324c
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, 22 Oct 2012 12:31:25 +0000 (22 13:31 +0100)
treecf0a4fc08c1afe856e6cbc80db4e656d2e5b0476
parent04c990809f5a789951076c9115e0ac83994e4680
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