From 3aa0f45466c17d8e375595c273a27b10fea5c91c Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Fri, 3 May 2013 00:21:51 +0200 Subject: [PATCH] Set defaultbranch in .gitreview to stable/grizzly This allows people run git-review without any arguments. Change-Id: I2b2488ffffd783b64e5c760324e7d4a00d5a39db --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index cd914fe02a..a0ccb657fd 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/keystone.git +defaultbranch=stable/grizzly