James Moger
2012-03-23 5b29c53b326b5fd283cb06356e94df5f78508860
src/com/gitblit/wicket/pages/EditRepositoryPage.java
@@ -302,7 +302,7 @@
      if (!ArrayUtils.isEmpty(repositoryModel.availableRefs)) {
         availableRefs.addAll(repositoryModel.availableRefs);
      }
      form.add(new DropDownChoice<String>("HEAD", availableRefs).setEnabled(!isCreate));
      form.add(new DropDownChoice<String>("HEAD", availableRefs).setEnabled(availableRefs.size() > 0));
      // federation strategies - remove ORIGIN choice if this repository has
      // no origin.