before test fix

This commit is contained in:
Peter Cottle 2013-07-07 12:43:02 -07:00
parent f682f42aa0
commit 87c787c8af
3 changed files with 10 additions and 6 deletions

View file

@ -943,6 +943,9 @@ GitEngine.prototype.fetch = function(options) {
remoteBranch,
options
);
// remove the ones that already exist (and were missed by our
// upwards search)
commitsToMake = _.filter(commitsToMake
if (commitsToMake.length === 0) {
this.command.addWarning(intl.str(