~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2011-07-04 21:09:17 UTC
  • mto: (6034.1.1 filter-tree)
  • mto: This revision was merged to the branch mainline in revision 6035.
  • Revision ID: mbp@canonical.com-20110704210917-lb6jo0fahvubmw5u
add todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
3026
3026
 
3027
3027
        old_file_id = rev_tree.path2id(relpath)
3028
3028
 
 
3029
        # TODO: Split out this code to something that generically finds the
 
3030
        # best id for a path across one or more trees; it's like
 
3031
        # find_ids_across_trees but restricted to find just one. -- mbp
 
3032
        # 20110705.
3029
3033
        if name_from_revision:
3030
3034
            # Try in revision if requested
3031
3035
            if old_file_id is None: