T2628, Adding project tags to revisions
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP248b4dfa9d61: Projects for DifferentialRevision
Edit revision, verify projects can be tagged. Add project hashtag to comments or commit templates, verify revision is tagged with project
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Two tiny issues.
src/applications/differential/config/PhabricatorDifferentialConfigOptions.php | ||
---|---|---|
26–28 | Let's put the field here, underneath the Repository field. It's useful, but not more important than author/reviewers/etc. | |
src/applications/differential/customfield/DifferentialProjectsField.php | ||
33–42 | For consistency, un-indent this function body one level (as you would if the parameter wasn't wrapped). |