summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry4
1 files changed, 4 insertions, 0 deletions
diff --git a/lorry b/lorry
index 9a10045..b42861b 100755
--- a/lorry
+++ b/lorry
@@ -468,6 +468,10 @@ class Lorry(cliapp.Application):
def gitify_bzr(self, project_name, dirname, gitdir, spec):
bzr = self.settings['bazaar-command']
+ if os.path.basename(bzr) == 'brz':
+ msg = 'Using Breezy for Bazaar conversion, which may not work correctly'
+ logging.warning(msg)
+ self.output.write('%s\n' % msg)
bzrdir = os.path.join(dirname, 'bzr')
# check if repo exists