/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Xavier Maillard
  • Date: 2008-04-13 11:48:00 UTC
  • mto: (3364.1.1 bzr.ab.integration)
  • Revision ID: xma@gnu.org-20080413114800-b3tp394elic1793b
Replace mail-mode call with compose-mail from GNU Emacs.

This patch is a modified version of the current revno 3323.

It overloads it by:

1. defining a different python class EmacsMail "MUA agnostic".

   To use this option, just put these lines into ~/.bazaar/bazaar.conf
    
[DEFAULT]
mail_client = emacsclient

2. supporting any mail client of GNU Emacs family (mail-mode,
   message-mode, ...) The right tool will be called according to the
   value of the variable ``mail-user-agent``. So Virtually any Emacs
   mail client will work transparently if registered against
   ``mail-user-agent``.

3. adding a wrapper function around MIME attachment. This allow us not
   to have many different functions/classes to attach a file but one.

4. tests have been updated to follow the changes.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2777.4.1 18 years ago Andrew Bennetts Move HPSS protocol description from bzrlib.smart d 4.5 KB Diff Download File
branch.py 2692.1.10 17 years ago Andrew Bennetts More docstring polish 6.3 KB Diff Download File
bzrdir.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 6.3 KB Diff Download File
client.py 3313.2.1 17 years ago Andrew Bennetts Change _SmartClient's API to accept a medium and a 3.9 KB Diff Download File
medium.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 22.9 KB Diff Download File
protocol.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 24.7 KB Diff Download File
repository.py 2692.1.25 17 years ago Andrew Bennetts Merge from bzr.dev. 18.3 KB Diff Download File
request.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 16.3 KB Diff Download File
server.py 2692.1.14 17 years ago Andrew Bennetts All WSGI tests passing, and manual testing works t 10.6 KB Diff Download File
vfs.py 2692.1.17 17 years ago Andrew Bennetts Merge from bzr.dev. 7.3 KB Diff Download File