~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-05-11 07:45:56 UTC
  • Revision ID: mbp@sourcefrog.net-20050511074556-88739f06c90aed43
- rewrite diff using compare_trees()
- include entry kind in TreeDelta

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
from revision import Revision
34
34
from errors import bailout, BzrError
35
35
from textui import show_status
36
 
from diff import diff_trees
37
36
 
38
37
BZR_BRANCH_FORMAT = "Bazaar-NG branch, format 0.0.4\n"
39
38
## TODO: Maybe include checks for common corruption of newlines, etc?