Short description
-----------------
Blame fails if file is empty.
Environment
-----------
Ubuntu 10.04
PHPUnit 3.4.11
PHP 5.3.2
Steps to reproduce
------------------
Add empty file to repository.
Expected behavior
-----------------
blame() should return bool(false) like documented in vcsBlameable::blame()'s phpdoc.
/**
* ...
*
* If some file in the repository has no blame information associated, like
* binary files, the method should return false.
*
* ...
*/
Actual behavior
---------------
vcsRuntimeException: Runtime exception: Could not parse line:
Kore Nordmann at Tuesday 31 August 2010 07:50:56 UTC
Fixed in revision #1864.
Thanks for your bug report.