emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r112875: * admin/notes/bzr (Commit emails): New sect


From: Glenn Morris
Subject: [Emacs-diffs] trunk r112875: * admin/notes/bzr (Commit emails): New section.
Date: Fri, 07 Jun 2013 02:40:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112875
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-06-06 19:40:15 -0700
message:
  * admin/notes/bzr (Commit emails): New section.
=== modified file 'admin/notes/bzr'
--- a/admin/notes/bzr   2013-02-17 01:40:14 +0000
+++ b/admin/notes/bzr   2013-06-07 02:40:15 +0000
@@ -316,3 +316,33 @@
   bzr bisect reset
 
 or simply delete the entire branch if you created it just for this.
+
+* Commit emails
+
+** Old method: bzr-hookless-email
+https://launchpad.net/bzr-hookless-email
+
+Runs hourly via cron.  Must ask Savannah admins to enable/disable it
+for each branch.  Stores the last revision that it mailed as
+last_revision_mailed in branch.conf on the server.  Breaks with bzr 2.6:
+
+http://lists.gnu.org/archive/html/savannah-hackers-public/2013-05/msg00000.html
+
+Fix from https://bugs.launchpad.net/bzr-hookless-email/+bug/988195
+only partially works.  Breaks again on every merge commit:
+
+https://lists.ubuntu.com/archives/bazaar/2013q2/075520.html
+http://lists.gnu.org/archive/html/savannah-hackers-public/2013-05/msg00024.html
+
+You can force it to skip the merge commit by changing the value for
+last_revision_mailed, eg:
+
+bzr config address@hidden -d bzr+ssh://address@hidden/emacs/trunk/
+
+** New method: bzr-email plugin
+https://launchpad.net/bzr-email
+http://lists.gnu.org/archive/html/savannah-hackers-public/2013-06/msg00007.html
+
+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.


reply via email to

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