/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 commit.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-18 22:49:18 UTC
  • mto: (0.200.1864 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180318224918-eszvw2jtkpvgbfwv
Add custom GitTree{Directory,File,Symlink}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import os
26
26
import stat
27
27
 
28
 
from ...bzr.inventory import (
29
 
    entry_factory,
30
 
    )
31
28
from ... import (
32
29
    osutils,
33
30
    revision as _mod_revision,
54
51
    object_mode,
55
52
    fix_person_identifier,
56
53
    )
 
54
from .tree import entry_factory
57
55
 
58
56
 
59
57
class SettingCustomFileIdsUnsupported(UnsupportedOperation):