From 3a3ea31806ea7b2790051d9131f5cd7a95ade739 Mon Sep 17 00:00:00 2001
From: agb80 <atin81@gmail.com>
Date: Fri, 8 Nov 2013 16:36:09 -0600
Subject: [PATCH] Added documentation for bzr option

---
 README.md             | 4 ++++
 docs/management.md    | 6 ++++++
 docs/prerequisites.md | 4 ++++
 3 files changed, 14 insertions(+)

diff --git a/README.md b/README.md
index 06a855d..be52cd0 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ The [gitlab-mirrors](https://github.com/sag47/gitlab-mirrors) project is designe
 
 Created by Sam Gleske under [MIT License](LICENSE).  
 
+## Contributors
+
+Bzr support Agustín Cruz Lozano (atin81@gmail.com)
+
 
 ---
 ## References
diff --git a/docs/management.md b/docs/management.md
index c7419a0..6d31ee2 100644
--- a/docs/management.md
+++ b/docs/management.md
@@ -18,6 +18,12 @@ Create an SVN repository mirror.
 
 The `--authors-file` option is an optional argument.
 
+Create an BZR repository mirror.
+
+    su - gitmirror
+    cd gitlab-mirrors
+    ./add_mirror.sh --bzr --project-name someproject --mirror lp:ubuntu/hello
+
 ### List all known mirrors
 
     su - gitmirror
diff --git a/docs/prerequisites.md b/docs/prerequisites.md
index 682a655..1e32a6d 100644
--- a/docs/prerequisites.md
+++ b/docs/prerequisites.md
@@ -11,6 +11,9 @@ If you plan on mirroring SVN repositories as well then you'll need the following
 
 * [git-svn][7]
 
+If you plan on mirroring BZR repositories then you'll need the following aditional options.
+* [git-bzr-helper][8]
+
 ### Required software install snippets
 python-gitlab
 
@@ -45,3 +48,4 @@ Next up is [Installation and Setup](installation.md).
 [5]: http://code.google.com/p/git-core/
 [6]: http://git-scm.com/book/en/Getting-Started-Installing-Git
 [7]: https://www.kernel.org/pub/software/scm/git/docs/git-svn.html
+[8]: https://github.com/felipec/git/wiki/git-remote-bzr
\ No newline at end of file
-- 
GitLab