svn commit: r45702 - svnadmin/conf
Bryan Drewery <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: bdrewery (src,ports committer) Date: Wed Oct 1 04:00:08 2014 New Revision: 45702 URL: https://svnweb.freebsd.org/changeset/doc/45702 Log: Fix commit mail case to also use https:// for svnweb. Approved by: doceng (gjb, implicit from r45679) Modified: svnadmin/conf/mailer.conf Modified: svnadmin/conf/mailer.conf ============================================================================== --- svnadmin/conf/mailer.conf Wed Oct 1 02:46:58 2014 (r45701) +++ svnadmin/conf/mailer.conf Wed Oct 1 04:00:08 2014 (r45702) @@ -202,7 +202,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/doc/%(rev)s +commit_url = https://svnweb.freebsd.org/changeset/doc/%(rev)s # Diff URL construction. For the configured diff URL types, the diff # section (which follows the message header) will include the URL _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"