status: function () {
    var statusHandle = Q.nbind(this.svn.status, this.svn);
    return function () {
      return statusHandle();
    };