emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r112876: * admin/notes/bzr (Commit emails): More det


From: Glenn Morris
Subject: [Emacs-diffs] trunk r112876: * admin/notes/bzr (Commit emails): More details.
Date: Fri, 07 Jun 2013 02:56:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112876
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-06-06 19:55:58 -0700
message:
  * admin/notes/bzr (Commit emails): More details.
=== modified file 'admin/notes/bzr'
--- a/admin/notes/bzr   2013-06-07 02:40:15 +0000
+++ b/admin/notes/bzr   2013-06-07 02:55:58 +0000
@@ -346,3 +346,18 @@
 Runs on commit.  Projects can enable it themselves by using `bzr
 config' to set post_commit_to option for a branch.  See `bzr help email'
 (if you have the plugin installed) for other options.
+
+Note: if you have the bzr-email plugin installed locally, then when
+you commit to the Emacs repository it will also try to send a commit
+email from your local machine.  If your machine is not configured to
+send external mail, this will just fail.  In any case, you may prefer
+to either remove the plugin from your machine, or disable it for Emacs
+branches.  You can do this either by editing branch.conf in your Emacs
+branches, to override the server setting (untested; not sure this
+works), or by adding an entry to ~/.bazaar/locations.conf:
+
+  [/path/to/emacs/bzr/*]
+  post_commit_to = False
+
+You have to use locations.conf rather than bazaar.conf because the
+latter has a lower priority than branch.conf.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]