~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/serializer/__init__.py

  • Committer: Aaron Bentley
  • Date: 2007-03-09 22:02:28 UTC
  • mto: (2323.6.9 0.15-integration)
  • mto: This revision was merged to the branch mainline in revision 2330.
  • Revision ID: abentley@panoramicfeedback.com-20070309220228-fsmagyzqizejudw2
Import highres date functions to old location

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import bzrlib.errors as errors
25
25
from bzrlib.diff import internal_diff
26
26
from bzrlib.revision import NULL_REVISION
 
27
# For backwards-compatibility
 
28
from bzrlib.timestamp import unpack_highres_date, format_highres_date
 
29
 
27
30
 
28
31
# New bundles should try to use this header format
29
32
BUNDLE_HEADER = '# Bazaar revision bundle v'