/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to bzrlib/config.py

  • Committer: Robert Collins
  • Date: 2008-04-04 00:43:07 UTC
  • mfrom: (3331 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3333.
  • Revision ID: robertc@robertcollins.net-20080404004307-0whomfhm3yal2rvw
Resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                'default': mail_client.DefaultMail,
160
160
                'editor': mail_client.Editor,
161
161
                'mapi': mail_client.MAPIClient,
 
162
                'emacs-mailmode': mail_client.EmacsMailMode,
162
163
                'xdg-email': mail_client.XDGEmail,
163
164
            }[selected_client]
164
165
        except KeyError: