Cope with empty initial diff lines
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 27 Sep 2012 12:49:31 +0000 (14:49 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 27 Sep 2012 12:49:31 +0000 (14:49 +0200)
commit9e5c5dcd87b542444b17388ea86cb34bcdca29ba
tree85237ce152ba374d4853303825c804f3aeb972cd
parentb2f0faf4fca0ccbf26388b87cd9aa49e6e6149a4
Cope with empty initial diff lines

Some malformed RCS files can have an inital empty line in the text block
for diffs, e.g.

    text
    @
    d1 1
    @

instead of

    text
    @d1 1
    @

Survive this by skipping an initial empty line, but alert the user so
they know something fishy is going on.
rcs-fast-export.rb