fix: Check for Jujutsu repo at conflict location #462
No reviewers
Labels
No labels
Compat/Breaking
Kind
Bad merge
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
New language
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mergiraf/mergiraf#462
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "senekor-kwlupwtkynpr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We warn Jujutsu users when they are using the command
solve
, becausethat likely won't work. This is a problem for contributors who use
Jujutsu. For example, tests of the
solve
command might fail, becauseJujutsu is detected.
To prevent this, we check if there is a Jujutsu repository at the
location of the conflicted file that was passed to the
solve
command(instead of the current working directory). Our tests run in temporary
directories, where no Jujutsu repository will be detected.
819cf3ce7b
to2fb867bcb7
makes sense!