#9319: extend and improve "sage -merge"
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |       Owner:  GeorgSWeber
       Type:  defect      |      Status:  new        
   Priority:  minor       |   Milestone:  sage-4.5.2 
  Component:  build       |    Keywords:             
     Author:              |    Upstream:  N/A        
   Reviewer:              |      Merged:             
Work_issues:              |  
--------------------------+-------------------------------------------------

Comment(by ddrake):

 attachment:check_patch_metadata.py is a script that, given a patch file
 and a ticket number, will check to see that the commit message contains
 the ticket number in the first line, and if it doesn't, it will prepend
 "ticket xxxx:" to the commit message and save the resulting patch in a a
 file with ".fixed" appended. It should be easy to integrate this into
 sage-apply-ticket.

 It bails if it cannot find a commit message or username in the patch. It
 issues a warning if it can't find a date, node ID or parent but continues.
 As a guess, I think "sage -merge" should fail if there's no commit message
 or username, and in the other cases, issue the warning and ask the user if
 they want to continue.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9319#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to