Changeset 662 in tailor for README


Ignore:
Timestamp:
08/22/05 23:49:46 (8 years ago)
Author:
lele@…
Hash name:
20050822214946-97f81-71a50ba70a4a9f1f6e6ccbfa685deedf8b3042d9
Message:

Explain patch-name-format and remove-first-log-line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r656 r662  
    420420  See also `CVS start-revision`_ above. 
    421421 
     422patch-name-format 
     423  Some backends have a distinct notion of `patch name` and `change 
     424  log`, others just suggest a policy that the first line of the 
     425  message is a summary, the rest if present is a more detailed 
     426  description of the change.  With this option you can control the 
     427  format of the name, or of the first line of the changelog. 
     428 
     429  The prototype may contain ``%(keyword)s`` such as 'author', 'date', 
     430  'revision', 'firstlogline', 'remaininglog'.  It defaults to 
     431  `Tailorized "%(revision)s"`; setting it to the empty string means 
     432  that tailor will simply use the original changelog. 
     433 
     434remove-first-log-line 
     435  Remove the first line of the upstream changelog. This is intended to 
     436  go in pair with ``patch-name-format``, when using it's 'firstlogline' 
     437  variable to build the name of the patch.  By default is ``False``. 
     438 
    422439 
    423440Repositories 
Note: See TracChangeset for help on using the changeset viewer.