[Svnmerge] [PATCH] Indented log patch modified v6

Giovanni Bajo rasky at develer.com
Thu Mar 2 05:57:21 PST 2006


Raman Gupta <rocketraman at fastmail.fm> wrote:

>> I know you wanted it in a separate commit, but I added Alan's suggestion
>> for the rstrip(message, \n) + \n because it does what you stated above
>> and ensures that there will be a terminating newline on the message
>> before prefix_lines is called. 

I don't see it in the patch though:

>> +        if message:
>> +            logs.append(prefix_lines(LOG_LINE_PREFIX, message) + "\n")
>> +            for match in LOG_SEPARATOR_RE.findall(message):
>> +                sep = match[1]
>> +                if len(sep) > len(longest_sep):
>> +                    longest_sep = sep

-- 
Giovanni Bajo



More information about the Svnmerge mailing list