[Svnmerge] [PATCH] Indented log patch modified v5

Alan Barrett apb at cequrux.com
Thu Mar 2 00:28:58 PST 2006


On Thu, 02 Mar 2006, Giovanni Bajo wrote:
> Then you can call prefix_lines directly with "message". Am I missing
> something?

"svn log" always adds an extra "\n" to the end of the message, and the
original commit log might already have had trailing blank lines.  I'd
like them to be stripped.  message.rstrip("\n")+"\n" will do what I
want, but perhaps not what you want; this change is independent of the
indentation change.

--apb (Alan Barrett)



More information about the Svnmerge mailing list