/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/plugins/git/memorytree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-22 21:59:42 UTC
  • mto: This revision was merged to the branch mainline in revision 7052.
  • Revision ID: jelmer@jelmer.uk-20180722215942-javlun5e9zfnjn9i
Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        return stat_val
178
178
 
179
179
    def _live_entry(self, path):
 
180
        path = urlutils.quote_from_bytes(path)
180
181
        stat_val = self._lstat(path)
181
182
        if stat.S_ISDIR(stat_val.st_mode):
182
183
            return None