Fixes T5195. Currently, the ./bin/repository parents workflow doesn't respect tracked branches and will attempt to build parents caches for all branches.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T5195: `./bin/repository parents` fails with "Unknown Commit"
- Commits
- Restricted Diffusion Commit
rP2f668493a0fb: Don't attempt to discover parents commits for untracked branchs.
For at least one of our repositories, this patch fixes the Unknown commit exception. Unfortunately, it doesn't seem to completely solve this problem though, but I suspect that this is due to commits that were overwritten with a git push --force or similar.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- parents
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 746 Build 746: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
Closed by commit rP2f668493a0fb (authored by @joshuaspence, committed by @epriestley).