/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: Ian Clatworthy
  • Date: 2009-01-29 06:18:25 UTC
  • mto: (3970.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3972.
  • Revision ID: ian.clatworthy@canonical.com-20090129061825-8dbbry5u2vg0nwgp
review feedback from vila

Show diffs side-by-side

added added

removed removed

Lines of Context:
1860
1860
                   help='Show just the specified revision.'
1861
1861
                   ' See also "help revisionspec".'),
1862
1862
            'log-format',
1863
 
            Option('level-count',
 
1863
            Option('levels',
1864
1864
                   short_name='n',
1865
1865
                   help='Number of levels to display - 0 for all, 1 for flat.',
1866
1866
                   argname='N',
1886
1886
            revision=None,
1887
1887
            change=None,
1888
1888
            log_format=None,
1889
 
            level_count=None,
 
1889
            levels=None,
1890
1890
            message=None,
1891
1891
            limit=None):
1892
1892
        from bzrlib.log import show_log
1936
1936
            lf = log_format(show_ids=show_ids, to_file=self.outf,
1937
1937
                            show_timezone=timezone,
1938
1938
                            delta_format=get_verbosity_level(),
1939
 
                            levels=level_count)
 
1939
                            levels=levels)
1940
1940
 
1941
1941
            show_log(b,
1942
1942
                     lf,