Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#2427 closed enhancement (wontfix)

trac-pre-commit-hook and trac-post-commit-hook should be more lenient about keywords.

Reported by: pfnguyen@… Owned by: Christian Boos
Priority: low Milestone:
Component: version control Version: 0.9
Severity: minor Keywords: post-commit-hook
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When one wishes to reference a ticket using the commit hooks, it's a pain in the ass to have to remember a specific keyword (command) to specify prior to the ticket number when referencing a ticket. When closing I don't mind using the close or fix keywords, but for all other cases, I see having to specify re, see, addresses, for, etc. superfluous.

I propose that simply mentioning the ticket number (in the form of #number or ticket:number) be sufficient for default, ticket number mentioned for pre-commit or inclusion into ticket comment for post-commit, processing.

Closing or marking a ticket as closed should require the close keywords.

Attachments (1)

commit-hooks.diff (1.9 KB ) - added by pfnguyen@… 18 years ago.
simple diff implementing what I describe above

Download all attachments as: .zip

Change History (7)

comment:1 by Christopher Lenz, 18 years ago

Milestone: 0.9.3

by pfnguyen@…, 18 years ago

Attachment: commit-hooks.diff added

simple diff implementing what I describe above

comment:2 by anonymous, 18 years ago

Milestone: 0.10

toss in a milestone again, considering how trivial this is…

comment:3 by Emmanuel Blot, 18 years ago

IMHO, there a lot of different usages and expectations of the trac-* scripts.

That's why there are located in the "contrib" directory: you can customize the scripts the way you want, but other users may not want to use the scripts the same way than you do. I don't, as a matter of fact. For instance, I've re-written these scripts to use Python wrappers instead of spwaning a couple of "svn" subprocesses, and add a couple of others "commands".

This ticket is a good place to keep the different proposed patches to the contrib scripts, but they may stay as patches instead of being integrated to the official release.

I think that if cmlenz has cleared up the target milestone, it means that the developers have no plan to look at it for the next release.

comment:4 by anonymous, 18 years ago

Well, if the trac-pre/post hooks are supposed to stand as examples, at least they should be consistent.

The provided example of the pre-commit does not match the "behavior" of the post-commit hook. Rather, one can use commands with the post-commit hook that will not pass the pre-commit hook.

At the very least, the command set between the two hooks should be the same. For example: fix, close, fixed, closed in post-commit but not allowed in pre-commit. As well, as a tracking system with "minimal" impact, it would be nice if the command words were as lenient as possible. I have no argument against supporting specific command words, but for basic functionality, it should be simple.

comment:5 by Christian Boos, 18 years ago

Component: generalversion control
Keywords: post-commit-hook added
Milestone: 0.100.11
Owner: changed from Jonas Borgström to Christian Boos
Priority: normallow
Severity: normalminor

What you're trying to achieve here is #508 (Related checkins). However, that would be a rather brute force way to do it. TracCrossReferences provides that functionality, and doesn't clutter the ticket history with those references to related checkins, rather they are displayed on a specific page reachable by a Cross-References page navigation link (available on every page, btw).

Though the development of TracCrossReferences has stalled a bit, it will be updated in the upcoming weeks, and I don't want to see a widespread use of workarounds in the meantime… In the same thinking, I don't think that the majority of people using the trac-post-commit-hook would like to have every reference to their tickets added as comment. I'd expect them willing to have a way to keep control (we can even be stricter on what we reference, using --require-envelope, on trunk).

This makes me think that your patch would eventually be acceptable if it introduced a --lenient mode, playing well with the rest (please do it for trunk, not for 0.9-stable).

I move the milestone to 0.11, but it may still make it for 0.10 if the patch is good and here in duly time (no pressure ;) )

comment:6 by Christian Boos, 17 years ago

Milestone: 0.11
Resolution: wontfix
Status: newclosed

As explained above, the trac-post-commit-hook is not the place to implement #508.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.