From 0ed257d00053e1bca6fd0c56c222ee47d26cf952 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Tue, 27 Apr 2021 11:43:15 +0200 Subject: Fix .gitreview with honolulu By default, the master branch is selected by git-review clients. Change the defaultbranch to honolulu in .gitreview file. Issue-ID: DOC-738 Signed-off-by: Eric Debeau Change-Id: Ibe989b3433138e046485ec4bab62a250abca51c6 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index c088dd69b..43c04fdad 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=doc.git +defaultbranch=honolulu -- cgit 1.2.3-korg