Fix missing state transitions in parser.
commitdb239342df57d9223b0dc05d2c850809fa55e89b
authorDavid Barr <david.barr@cordelta.com>
Wed, 26 May 2010 01:58:02 +0000 (26 11:58 +1000)
committerDavid Barr <david.barr@cordelta.com>
Wed, 26 May 2010 01:58:10 +0000 (26 11:58 +1000)
treed85c5e555389368127bf3e79eafd275018644c09
parent08677a9fd6aad4e9dfac2ecd7cb4295d0068dfe6
Fix missing state transitions in parser.

Found three transitions that were being missed by the parser:
Node to Node without Content.
Node to Revision without Content.
Node to Revision at EOF.

Signed-off-by: David Barr <david.barr@cordelta.com>
svndump.c