This function does not attempt to find the right entry in
bzr-mail-notification-destination according to branch nick, and it really
ought to.
---
Committed revision ae922752e363e54be4cacaa7f9874392c0f05327
to <git://git.hcoop.net/git/mwolson/emacs/dvc.git>.

 lisp/bzr.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lisp/bzr.el b/lisp/bzr.el
index ac83c9c..7ecd967 100644
--- a/lisp/bzr.el
+++ b/lisp/bzr.el
@@ -398,6 +398,9 @@ This is done by looking at the 'You are missing ... 
revision(s):' string in the
   (int-to-string
    (nth 2 (dvc-revlist-get-revision-at-point))))
 
+;; FIXME: Does not attempt to find the right entry in
+;; bzr-mail-notification-destination according to branch nick, and it
+;; really ought to.
 (defun bzr-send-commit-notification ()
   "Send a commit notification email for the changelog entry at point.
 
-- 
1.5.4.3


-- 
|       Michael Olson  |  FSF Associate Member #652     |
| http://mwolson.org/  |  Hobbies: Lisp, HCoop          |
| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |
`-------------------------------------------------------'

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to