On 4/11/11 8:45 AM, Jeroen Demeyer wrote:
On 2011-03-29 14:26, Jason Grout wrote:
If the script automatically prepended:

Trac #xxxx:

to the start of every commit message, then:

Done for sage-4.7.alpha5

Of course you get lots of silly commit messages like

Trac #11141: #11141: add PolyGUI and cygdb to SAGE_LOCAL/bin/.hgignore

Of course, temporarily the script could see if there was a ticket number already starting the commit message, maybe a regular expression something like (note: I haven't tested the following; it's likely that I'm misremembering regexp syntax):

^([Tt]rac)?\w* (#)?\w*xxxx(:)?

If that is found, the script could replace it with the automated trac number.

Thanks,

Jason

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to