James Moger
2012-03-21 a004081b913c1bcf50184ee76df00bf889965d98
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.