Changeset 1052 in tailor


Ignore:
Timestamp:
01/18/06 10:15:28 (7 years ago)
Author:
lele@…
Hash name:
20060118091528-7a6fb-2c5dd8084b5653b17d37cffc614e0300031849ec
Message:

Annotate the characters that tailor washes out of Subversion XML logs
when filter-badchars is set to True.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r1043 r1052  
    672672  filter on the svn log to eliminate illegal XML characters. 
    673673 
    674   *False* by default. 
     674  *False* by default, when set to *True* the following characters are 
     675  washed out from the upstream changes:: 
     676 
     677    allbadchars = "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09" \ 
     678                  "\x0B\x0C\x0E\x0F\x10\x11\x12\x13\x14\x15" \ 
     679                  "\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F\x7f" 
     680 
     681  If this is not right or enough, you can specify a string value 
     682  instead of the boolean flag, containing the characters to omit, as 
     683  in:: 
     684 
     685    filter-badchars=\x00\x01 
    675686   
    676687use-propset : bool 
Note: See TracChangeset for help on using the changeset viewer.