Incremental Import into Bazaar Branches

Written for Bazaar Perforce Plugin by Matt McClure on 2009-09-23

Bazaar-Perforce now produces `from` fast-import commands so that back ends can perform incremental imports. For example, migrate an incremental set of changes from Perforce to Bazaar:

$ bzr fast-export-from-p4 //perforce/view/path@begin,end begin,end.fi
$ bzr fast-import --import-marks=bzrimport.marks --export-marks=bzrimport.marks begin,end.fi trunk.remote

Read all announcements