From aae21ac82827bead8dbf1c0c9f078c2c574981dd Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 6 Jul 2015 16:19:55 +0100 Subject: Add bitbucket repo alias to default aliases Change-Id: Ife16546fc90e26919672f6658b30084bafa42f94 --- morphlib/app.py | 3 +++ 1 file changed, 3 insertions(+) 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() -- cgit v1.2.1