~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Erik Bågfors
  • Date: 2006-02-10 21:23:29 UTC
  • mto: (1185.50.77 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: erik@bagfors.nu-20060210212329-0b949820c96ebe15
log_formatter => log_format for "named" formatters
The name of a formatter is now called log_format and is exposed
as "log-format" and not "log-formatter" to the user for more consitency

Show diffs side-by-side

added added

removed removed

Lines of Context:
961
961
        outf = codecs.getwriter(bzrlib.user_encoding)(sys.stdout, errors='replace')
962
962
 
963
963
        if (log_format == None):
964
 
            default = bzrlib.config.BranchConfig(b).log_formatter()
 
964
            default = bzrlib.config.BranchConfig(b).log_format()
965
965
            log_format = get_log_format(long=long, short=short, line=line, default=default)
966
966
 
967
967
        lf = log_formatter(log_format,