Skip to content

Commit

Permalink
Merge branch 'mid-rebase'
Browse files Browse the repository at this point in the history
  • Loading branch information
novalis committed Aug 11, 2021
2 parents 5e5a854 + a2af467 commit e1b3eed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node/lib/util/status_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,10 @@ exports.checkReadiness = function (status) {

if (null !== status.rebase) {
return (`\
You're in the middle of a regular (not git-meta) rebase.
Before proceeding, you must complete the rebase in progress (by running
'git meta rebase --continue') or abort it (by running
'git meta rebase --abort').`);
'git rebase --continue') or abort it (by running
'git rebase --abort').`);
}
if (status.isConflicted()) {
return (`\
Expand Down

0 comments on commit e1b3eed

Please sign in to comment.