~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-03 03:18:53 UTC
  • mfrom: (5278.1.5 gnuness)
  • Revision ID: pqm@pqm.ubuntu.com-20100603031853-rzypooksqjaonb9m
(mbp) avoid inaccurate use of "linux" or non-gnu-compliant "open source"
 (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5128
5128
    given, in which case it is sent to a file.
5129
5129
 
5130
5130
    Mail is sent using your preferred mail program.  This should be transparent
5131
 
    on Windows (it uses MAPI).  On Linux, it requires the xdg-email utility.
 
5131
    on Windows (it uses MAPI).  On Unix, it requires the xdg-email utility.
5132
5132
    If the preferred client can't be found (or used), your editor will be used.
5133
5133
 
5134
5134
    To use a specific mail program, set the mail_client configuration option.