/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/builtins.py

  • Committer: Martin Pool
  • Date: 2009-01-13 05:16:26 UTC
  • mfrom: (3936 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3940.
  • Revision ID: mbp@sourcefrog.net-20090113051626-0d5q6luqdoyx4xaf
Fix recommend_upgrade ui and merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
 
802
802
            result.report(self.outf)
803
803
            if verbose and result.old_revid != result.new_revid:
804
 
                old_rh = list(
805
 
                    branch_to.repository.iter_reverse_revision_history(
806
 
                    result.old_revid))
807
 
                old_rh.reverse()
808
 
                new_rh = branch_to.revision_history()
809
 
                log_format = branch_to.get_config().log_format()
810
 
                log.show_changed_revisions(branch_to, old_rh, new_rh,
811
 
                                           to_file=self.outf,
812
 
                                           log_format=log_format)
 
804
                log.show_branch_change(branch_to, self.outf, result.old_revno,
 
805
                                       result.old_revid)
813
806
        finally:
814
807
            branch_to.unlock()
815
808
 
4267
4260
    
4268
4261
    To use a specific mail program, set the mail_client configuration option.
4269
4262
    (For Thunderbird 1.5, this works around some bugs.)  Supported values for
4270
 
    specific clients are "evolution", "kmail", "mutt", and "thunderbird";
4271
 
    generic options are "default", "editor", "emacsclient", "mapi", and
4272
 
    "xdg-email".  Plugins may also add supported clients.
 
4263
    specific clients are "claws", "evolution", "kmail", "mutt", and
 
4264
    "thunderbird"; generic options are "default", "editor", "emacsclient",
 
4265
    "mapi", and "xdg-email".  Plugins may also add supported clients.
4273
4266
 
4274
4267
    If mail is being sent, a to address is required.  This can be supplied
4275
4268
    either on the commandline, by setting the submit_to configuration