summarylogtreecommitdiffstats
path: root/bzr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bzr.sh')
-rw-r--r--bzr.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bzr.sh b/bzr.sh
new file mode 100644
index 000000000000..5974dddc9dbd
--- /dev/null
+++ b/bzr.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+echo 'bzr has been deprecated since 2017. Use breezy instead.'
+
+exit 127