~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Martin Pool
  • Date: 2005-05-18 12:08:22 UTC
  • Revision ID: mbp@sourcefrog.net-20050518120821-6f80eab9f273edcf
- fix import

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
"""
37
37
 
38
38
 
 
39
from trace import mutter
39
40
 
40
41
def find_touching_revisions(branch, file_id):
41
42
    """Yield a description of revisions which affect the file_id.