summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2020-08-06 10:14:30 +0000
committerBen Brown <ben.brown@codethink.co.uk>2020-08-06 10:14:30 +0000
commit39e5fc62a338cf2ff0b3c6dd9aa8ad7547e87945 (patch)
tree04fc9cce50de2faab745050f7589526c2c720fc9 /README.md
parenta934314cbdc56e30c77f554cd21772e5fbd306c3 (diff)
parenta839d558c96f03833b026ee33a383e9ce2108006 (diff)
downloadlorry-39e5fc62a338cf2ff0b3c6dd9aa8ad7547e87945.tar.gz
Merge branch 'bwh/breezy-warning' into 'master'
Add warnings about using Breezy See merge request CodethinkLabs/lorry/lorry!13
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2db9838..a5845f3 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,11 @@ Required:
Optional:
-* **bzr-fastimport** or **Breezy**: Needed if you want to import
- Bazaar (bzr) repositories. Can be installed as the `bzr-fastimport`
- or `brz` package in Debian.
+* **bzr-fastimport**: Needed if you want to import Bazaar (bzr)
+ repositories. Can be installed as the `bzr-fastimport` package in
+ Debian. It is also possible to use Breezy instead, but this should
+ currently be considered experimental due to bugs in its
+ implementation of `fast-export`.
* **cmdtest**: Needed if you want to run the test suite. Can be
installed as the `cmdtest` package in Debian, or from the source at