mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 07:28:35 +02:00
PR #195 bit of style cleanup and error handling and test for error handling
This commit is contained in:
parent
67413c42b6
commit
2423646199
3 changed files with 11 additions and 3 deletions
|
@ -2139,7 +2139,9 @@ GitEngine.prototype.rebaseInteractiveTest = function(targetSource, currentLocati
|
|||
});
|
||||
|
||||
if (extraCommits.length > 0) {
|
||||
// What to do here?
|
||||
throw new GitError({
|
||||
msg: intl.todo('Hey those commits dont exist in the set!')
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue