summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-06 16:19:55 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-07-06 16:19:55 +0100
commitaae21ac82827bead8dbf1c0c9f078c2c574981dd (patch)
tree6872b115abfa2f538c18cde7487bc7d33e8ae733
parent81451af4468ede41b703f1c0bf4b686ece8d0b03 (diff)
downloadmorph-aae21ac82827bead8dbf1c0c9f078c2c574981dd.tar.gz
Add bitbucket repo alias to default aliases
Change-Id: Ife16546fc90e26919672f6658b30084bafa42f94
-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()