am: teach mercurial patch parser how to read from stdin
commit9f0aa6e65447c719abe8fe739d9f1e40b7335af8
authorPaul Tan <pyokagan@gmail.com>
Mon, 15 Jun 2015 11:08:13 +0000 (15 19:08 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jun 2015 19:34:31 +0000 (15 12:34 -0700)
treeb83ed9799a46914e03b87de83542c47d1bc7c989
parente9dfe253fd489ea171e0478147aeb6eab91dab75
am: teach mercurial patch parser how to read from stdin

git-mailsplit, which splits mbox patches, will read the patch from stdin
when the filename is "-" or there are no files listed on the
command-line.

To be consistent with this behavior, teach the mercurial patch parser to
read from stdin if the filename is "-" or no files are listed on the
command-line.

Based-on-patch-by: Chris Packham <judge.packham@gmail.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
t/t4150-am.sh