Author: bdrewery Date: Wed Oct 1 03:59:11 2014 New Revision: 272341 URL: https://svnweb.freebsd.org/changeset/base/272341
Log: Fix commit mail case to also use https:// for svnweb. Modified: svnadmin/conf/mailer.conf Modified: svnadmin/conf/mailer.conf ============================================================================== --- svnadmin/conf/mailer.conf Wed Oct 1 01:56:51 2014 (r272340) +++ svnadmin/conf/mailer.conf Wed Oct 1 03:59:11 2014 (r272341) @@ -201,7 +201,7 @@ generate_diffs = add copy modify # # The available substitution variable is: rev #commit_url = http://diffs.server.com/trac/software/changeset/%(rev)s -commit_url = http://svnweb.freebsd.org/changeset/base/%(rev)s +commit_url = https://svnweb.freebsd.org/changeset/base/%(rev)s # Diff URL construction. For the configured diff URL types, the diff # section (which follows the message header) will include the URL _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"