Description
Description
Revisions and Commits
Revisions and Commits
rARC Arcanist | |||
rARC1f2b51c4a396 Fix sanity checks for patch workflow |
Related Objects
Related Objects
- Mentioned In
- T11710: Arc applying patches on the wrong repository
rARC1f2b51c4a396: Fix sanity checks for patch workflow
D12962: Remove call to "arcanist.projectinfo" from `arc export` - Mentioned Here
- D12901: Remove "arcanist projects" from arcanist
D12962: Remove call to "arcanist.projectinfo" from `arc export`
Event Timeline
Comment Actions
In the specific bad case in D12962 (applying a dependency that should not be applied), we can just check that the two revisions have the same repository.
We can also check that the locally-detected repository is the same as the revision repository. If the data is missing for either source we might not be able to raise an error, but it will usually be present and should be conclusive if it differs.