correctness on fetch

This commit is contained in:
Peter Cottle 2013-09-01 12:17:54 -07:00
parent 9840a5e6b4
commit 9ee683a29f

View file

@ -937,6 +937,7 @@ GitEngine.prototype.fetch = function(options) {
// command simply commits), but we are doing it anyways for correctness
commitsToMake = this.getUniqueObjects(commitsToMake);
commitsToMake = this.descendSortDepth(commitsToMake);
console.log('ocmmits', commitsToMake);
if (commitsToMake.length === 0) {
this.command.addWarning(intl.str(