Sascha Vogt
2014-06-18 396e9bb50d7eca0d96da2c5fc5177a22f78d30b7
src/main/java/com/gitblit/manager/IRepositoryManager.java
@@ -339,6 +339,15 @@
   void updateConfiguration(Repository r, RepositoryModel repository);
   /**
    * Returns true if the repository can be deleted.
    *
    * @param model
    * @return true if the repository can be deleted
    * @since 1.6.0
    */
   boolean canDelete(RepositoryModel model);
   /**
    * Deletes the repository from the file system and removes the repository
    * permission from all repository users.
    *