Changeset 1399 in tailor for README


Ignore:
Timestamp:
06/18/07 18:47:36 (6 years ago)
Author:
henry@…
Hash name:
20070618164736-2a76a-0d3833d8c66db35b9656bb6e7c89564ac4697c3a
Message:

[Tailor] patch-name-format empty was not working

Changeset [1359] has not fixed it.
Please don't add the revision number, if the user wand to leave empty it.

Examples for no patchname:

patch-name-format =
patch-name-format = ""

The empty string "" is more understandable as a blank space after the '='.

This example is more for internal interestings, it set default patchname:

patch-name-format = None

All other values, set user specifics.

Tested for Monotone and Subversion. All others have similar code style,
so that should work in all repositories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r1398 r1399  
    518518 
    519519    [project] 
    520     patch-name-format = 
     520    patch-name-format = "" 
    521521 
    522522  tailor will keep the original changelog as is. 
Note: See TracChangeset for help on using the changeset viewer.