/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/bundle/serializer/v08.py

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 05:10:44 UTC
  • mfrom: (7293 work)
  • mto: This revision was merged to the branch mainline in revision 7294.
  • Revision ID: jelmer@jelmer.uk-20190304051044-vph4s8p9qvpy2qe9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
from breezy.diff import internal_diff
36
36
from breezy.revision import NULL_REVISION
37
37
from breezy.sixish import text_type
38
 
from breezy.testament import StrictTestament
 
38
from breezy.bzr.testament import StrictTestament
39
39
from breezy.timestamp import (
40
40
    format_highres_date,
41
41
    )