~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2008-12-12 23:27:07 UTC
  • mfrom: (3903 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3904.
  • Revision ID: aaron@aaronbentley.com-20081212232707-gjqzlzqqwl0bi8je
Merge bzr.dev into ls-shelf

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
from bzrlib.commands import Command, display_command
58
58
from bzrlib.option import ListOption, Option, RegistryOption, custom_help
59
 
from bzrlib.trace import mutter, note, warning, is_quiet
 
59
from bzrlib.trace import mutter, note, warning, is_quiet, get_verbosity_level
60
60
 
61
61
 
62
62
def tree_files(file_list, default_branch=u'.'):
1871
1871
                log_format = log.log_formatter_registry.get_default(b)
1872
1872
 
1873
1873
            lf = log_format(show_ids=show_ids, to_file=self.outf,
1874
 
                            show_timezone=timezone)
 
1874
                            show_timezone=timezone,
 
1875
                            delta_format=get_verbosity_level())
1875
1876
 
1876
1877
            show_log(b,
1877
1878
                     lf,