~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Martin Pool
  • Date: 2005-05-17 08:27:03 UTC
  • Revision ID: mbp@sourcefrog.net-20050517082703-64750b2a0aa2983c
- fix up asking for the log for the root of a remote branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    from errors import BzrCheckError
118
118
    from textui import show_status
119
119
 
 
120
 
 
121
    if specific_fileid:
 
122
        mutter('get log for file_id %r' % specific_fileid)
 
123
 
120
124
    if to_file == None:
121
125
        import sys
122
126
        to_file = sys.stdout