~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

[merge] bzr.dev 1821

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
    """Worker function for show_log - see show_log."""
162
162
    from bzrlib.osutils import format_date
163
163
    from bzrlib.errors import BzrCheckError
164
 
    from bzrlib.textui import show_status
165
164
    
166
165
    from warnings import warn
167
166