From 169f8e06cb738e1c22b384a50cdd5a76e3f75e08 Mon Sep 17 00:00:00 2001 From: Michael Pailloncy <mpapo.dev@gmail.com> Date: Thu, 30 May 2013 16:23:34 -0400 Subject: [PATCH] add --all-local-branches to add all local branches of the repo to index --- src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java b/src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java index aebde9a..d144a24 100644 --- a/src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java +++ b/src/test/java/de/akquinet/devops/LaunchWithUITestConfig.java @@ -26,8 +26,6 @@ import org.junit.Test; import com.gitblit.Constants; -import com.gitblit.GitBlitServer; -import com.gitblit.tests.GitBlitSuite; /** * This test checks if it is possible to run two server instances in the same -- Gitblit v1.9.1