mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
before test fix
This commit is contained in:
parent
f682f42aa0
commit
87c787c8af
3 changed files with 10 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue