Fixes T5966. Accomplishes a few things
- see title
- adds a force-autoclose flag and the plumbing for it
- removes references to some HarborMaster thing that used to key off commits and seems long dead, but forgotten :/
Differential D10492
Repositories - Move scripts/repository/reparse.php to bin/repository reparse btrahan on Sep 12 2014, 10:12 PM. Authored by Tags None Referenced Files
Subscribers Tokens
Details
Fixes T5966. Accomplishes a few things
ran a few commands. These first three had great success: ./repository reparse --all FIRSTREPO --message --change --herald --owners ...and these next two showed me some errors as expected: ./repository reparse --all FIRSTREPO --message --change --herald --owners --min-date garbagedata Also, made a diff in a repository with autoclose disabled and commited the diff. Later, reparse the diff with force-autoclose. Verified the diff closed and that the reason "why" had the proper message text.
Diff Detail
Event Timeline
Comment Actions Implemented changes EXCEPT switching to DiffusionCommitQuery, which was a nice to have code re-factor thing which would require a good bit of testing. |