remote-hg: another case of Postel's law
commit943ed9eb2bce78a3078124f9a36fb1d1cf8fbfd7
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 7 Apr 2012 05:27:45 +0000 (7 00:27 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:21 +0000 (5 13:44 -0500)
tree0a07ad40e1917a63de1392c514ed80b61ced919f
parent05f2043ffab1db1bbcd07afd65aa82da7e1ee4ae
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