rename branches for hackathon demo

This commit is contained in:
Peter Cottle 2013-08-01 13:04:41 -07:00
parent e7709223c3
commit 9e88510dc7
8 changed files with 33 additions and 48 deletions

View file

@ -2370,12 +2370,8 @@ var Commit = Backbone.Model.extend({
}
var parent = parents[0];
var parentID = parent.get('id');
console.log('i am ', this.get('id'));
if (this.get('id') === 'C4') {
debugger;
}
var newestID = engine.getMostRecentBumpedID(parentID);
if (parentID === newestID) {
// BOOM done, its already updated
return;