~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 07:14:46 UTC
  • Revision ID: mbp@sourcefrog.net-20050517071446-d14135a69a4a3690
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    This is the list of revisions where the file is either added,
26
26
    modified, renamed or deleted.
27
27
 
28
 
    Revisions are returned in chronological order.
29
 
 
30
28
    TODO: Perhaps some way to limit this to only particular revisions,
31
 
    or to traverse a non-branch set of revisions?
32
 
 
33
 
    TODO: If a directory is given, then by default look for all
34
 
    changes under that directory.
 
29
    or to traverse a non-mainline set of revisions?
35
30
    """
36
31
    last_ie = None
37
32
    last_path = None