Opened 16 years ago
Closed 16 years ago
#16706 closed defect (fixed)
Run log-police.py for revprop changes too
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | wsiegrist@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | server/hosting | Version: | |
Keywords: | Cc: | ||
Port: |
Description
Via #15069 a pre-commit hook was installed which runs the log-police.py script to ensure that commit messages end with exactly one newline.
However log messages that get edited later aren't benefitting from the same standardization. See for example this message.
log-police.py should be run for revprop changes too, in the pre- or post-revprop-change hook (I'm not sure which is best). After that's in place, you should run log-police.py on all existing revisions to clean them up.
Change History (1)
comment:1 Changed 16 years ago by wsiegrist@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done.