ProjectRepository.prototype.deleteBranch = function(projectId, branchId, fn) {
      if (fn == null) {
        fn = null;
      }
      this.debug("Projects::deleteBranch()");