really hacky job of update

This commit is contained in:
Peter Cottle 2012-09-19 20:15:01 -07:00
parent 18256dad4b
commit 858b76b1a6

View file

@ -585,6 +585,8 @@ GitEngine.prototype.checkoutStarter = function() {
}); });
} }
this.checkout(this.generalArgs[0]); this.checkout(this.generalArgs[0]);
events.trigger('treeRefresh');
}; };
GitEngine.prototype.checkout = function(idOrTarget) { GitEngine.prototype.checkout = function(idOrTarget) {