From 90a62509a513997d5befd07172234081171033d7 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Wed, 23 Mar 2016 16:05:08 -0400 Subject: [PATCH] Add a gitreview default target for gerrit for mitaka If people were to submit changes to the mitaka branch, they would be applied to master. This patch makes the default gerrit target stable/mitaka. Change-Id: I23d862f69aaaa875837c44c90c298ecd2d911b5c --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 2616d471..a7f05998 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/python-magnumclient.git +defaultbranch=stable/mitaka