Alan Barrett <apb@cequrux.com>


Patch Suggested
r868349, r858759 r1186051

r858759 | giovannibajo | 2006-03-02 14:45:28 +0000 (Thu, 02 Mar 2006)

Patch by: Alan Barrett <apb@cequrux.com>
          Raman Gupta <rocketraman@fastmail.fm>
Reviewed by: Giovanni Bajo <rasky@develer.com>

* contrib/client-side/svnmerge.py
  (prefix_lines):
    New method to take a string and prepend each line of the string
    with a specified string. Lines are delimited by newline
    characters, and the entire string is asserted to be newline
    terminated.
  (construct_merged_log_message):
    Added indentation for each commit message. Added check for empty
    log messages, which should never happen but doesn't hurt.

* contrib/client-side/svnmerge_test.py
  (TestCase_PrefixLines.test_basic):
     New test for the prefix_lines functionality.



r868349 | rocketraman | 2007-12-05 16:59:26 +0000 (Wed, 05 Dec 2007)

Do not show phantom revisions in the default svnmerge.py commit
log message.

* contrib/client-side/svnmerge.py
  (action_merge): Do not include phantom revs in the log message
    for merged revisions or for record-only revisions.

Patch by: Alan Barrett <apb@cequrux.com>
          Raman Gupta <rocketraman@fastmail.fm>
Review by: dlr
           Piet-Hein Peeters <piet-hein.peeters@philips.com>


r1186051 | stsp | 2011-10-19 09:34:59 +0000 (Wed, 19 Oct 2011)

* site/publish/mailing-lists.html: Put the archive search box before the
   list address, to encourage people even more to search before posting.
   Change the users@ address link below the search box to point to this
   page's #users-ml section, rather than mailto:users@.s.a.o. This way,
   we get people to read the users mailing list notes.

Suggested by: Alan Barrett