/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/git/tree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-08-14 20:31:23 UTC
  • mfrom: (7067 work)
  • mto: This revision was merged to the branch mainline in revision 7078.
  • Revision ID: jelmer@jelmer.uk-20180814203123-eiq2h8j2hei4lpxm
Merge truk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1294
1294
        kind = osutils.file_kind(self.abspath(relpath))
1295
1295
        if kind == 'directory':
1296
1296
            (index, index_path) = self._lookup_index(relpath.encode('utf-8'))
 
1297
            if index is None:
 
1298
                return kind
1297
1299
            try:
1298
1300
                mode = index[index_path].mode
1299
1301
            except KeyError: