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

  • Committer: Jelmer Vernooij
  • Date: 2020-08-06 01:40:59 UTC
  • mto: (7490.40.89 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200806014059-l31j72v4sj98197d
Split out InventoryTreeChange from TreeChange.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                      minimum_path_selection,
70
70
                      )
71
71
from .trace import mutter, note, is_quiet
72
 
from .tree import TreeChange
73
72
from .urlutils import unescape_for_display
74
73
from .i18n import gettext
75
74