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
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Closed by commit rP2f668493a0fb (authored by @joshuaspence, committed by @epriestley).