Bug fixes
---------
* Fix internal error in 'bzr fast-import-info'. (Jelmer Vernooij, #730833)
* Setup.py no longer relies on bzrlib. (Jelmer Vernooij, #735201)
* Avoid Inventory.copy, which has disappeared in newer versions of Bazaar.
(Jelmer Vernooij, #485788)
* Allow "bzr fast-import-filter" to be used without first argument.
(Jelmer Vernooij, #792935)
* Remove --branches-path and --tags-path options from ``bzr fast-export-from-svn``.
These options are not supported by the underlying svn-fast-export.py yet.
(Jelmer Vernooij, #513747)
* In "plain" mode, skip tags that contain characters not valid in Git.
(Jelmer Vernooij, #386986)
* Support exporting files that are changed into directories.
(Henrik Nyberg, #631979)