/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/tree.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:
53
53
    revisiontree,
54
54
    trace,
55
55
    tree as _mod_tree,
56
 
    urlutils,
57
56
    workingtree,
58
57
    )
59
58
from ...revision import (
1352
1351
    dirified = []
1353
1352
    for path, index_entry in target._recurse_index_entries():
1354
1353
        try:
1355
 
            live_entry = target._live_entry(urlutils.quote_from_bytes(path))
 
1354
            live_entry = target._live_entry(path)
1356
1355
        except EnvironmentError as e:
1357
1356
            if e.errno == errno.ENOENT:
1358
1357
                # Entry was removed; keep it listed, but mark it as gone.