summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/app.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 8fd8d5b0..dd524dbe 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -45,6 +45,9 @@ defaults = {
('github='
'git://github.com/%s#'
'ssh://git@github.com/%s'),
+ ('bitbucket='
+ 'https://bitbucket.org/%s#'
+ 'ssh://git@bitbucket.org/%s'),
],
'cachedir': os.path.expanduser('~/.cache/morph'),
'max-jobs': morphlib.util.make_concurrency()