sanitize buffer after ranges of additions
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 26 Mar 2009 07:52:32 +0000 (08:52 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 26 Mar 2009 07:55:16 +0000 (08:55 +0100)
commitd45d45473b293259cd45b692423c5042d476a22d
treebdf8afef7406d7cc633045f91327a96ed5f4b219
parenteb935019223554cf9bdf4dc76ee7caa153f13bf7
sanitize buffer after ranges of additions

When adding a range of lines, they would be added as a single string
with embedded newlines so as to preserve line indices for subsequent
insertions/deletions. However, such lines need to be split before
loading them into the next revision text buffer, to ensure that
revisions using the new one as diff base find the correct lines.
rcs-fast-export.rb