~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-09-17 12:46:56 UTC
  • mfrom: (2825 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2826.
  • Revision ID: abentley@panoramicfeedback.com-20070917124656-j3hhxhx9igy11mfc
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2311
2311
                raise errors.BzrCommandError("empty commit message specified")
2312
2312
            return my_message
2313
2313
 
2314
 
        if verbose or not is_quiet():
2315
 
            reporter = ReportCommitToLog()
2316
 
        else:
2317
 
            reporter = NullCommitReporter()
2318
 
 
2319
2314
        try:
2320
2315
            tree.commit(message_callback=get_message,
2321
2316
                        specific_files=selected_list,
2322
2317
                        allow_pointless=unchanged, strict=strict, local=local,
2323
 
                        reporter=reporter, revprops=properties,
 
2318
                        reporter=None, verbose=verbose, revprops=properties,
2324
2319
                        author=author)
2325
2320
        except PointlessCommit:
2326
2321
            # FIXME: This should really happen before the file is read in;
3852
3847
    the preferred client can't be found (or used), your editor will be used.
3853
3848
    
3854
3849
    To use a specific mail program, set the mail_client configuration option.
3855
 
    (For Thunderbird 1.5, this works around some bugs.)  Supported values are
3856
 
    "thunderbird", "evolution", "editor", "xdg-email", "mapi", "kmail" and
3857
 
    "default".
 
3850
    (For Thunderbird 1.5, this works around some bugs.)  Supported values for
 
3851
    specific clients are "evolution", "kmail", "mutt", and "thunderbird";
 
3852
    generic options are "default", "editor", "mapi", and "xdg-email".
3858
3853
 
3859
3854
    If mail is being sent, a to address is required.  This can be supplied
3860
3855
    either on the commandline, or by setting the submit_to configuration