Reposurgeon no done
Compare changes
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Prevent 'done' from being written to the output fast-import stream when the --reposurgeon option is used.
This fixes the bug where we add items after importing from a cvs repository, and they are added after the done.
example
reposurgeon> read cvsroot reposurgeon> prefer git reposurgeon> mailbox_in --create <mailbox.in reposurgeon> write >out.fi
Using git fast-import on the out.fi does NOT include the contents of mailbox.in because the 'done' stops processing of the fast import stream.