Commit f470b00b037cfcd40e19e88913a9a8b64d98288f

Russell Belfer 2013-05-01T15:48:40

Fix one error not reported in revparse There are many paths through revparse that may return an error code without reporting an error, I believe. This fixes one of them. Because of the backtracking in revparse, it is pretty complicated to fix the others.