~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/revisiontree.py

  • Committer: Aaron Bentley
  • Date: 2006-11-28 04:52:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2162.
  • Revision ID: aaron.bentley@utoronto.ca-20061128045203-qnki9vf702jnb0gr
Minor tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
    def _comparison_data(self, entry, path):
117
117
        if entry is None:
118
 
            return None, False
 
118
            return None, False, None
119
119
        return entry.kind, entry.executable, None
120
120
 
121
121
    def _file_size(self, entry, stat_value):