ProjectRepository.prototype.createBranch = function(params, fn) {
      if (params == null) {
        params = {};
      }
      if (fn == null) {