~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/upgrade.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-08 23:52:53 UTC
  • mto: (1185.50.40 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1549.
  • Revision ID: john@arbash-meinel.com-20060108235253-6d04ece651878697
Adding TODO to upgrade.py to remove ancestry.weave

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
from bzrlib.osutils import sha_strings, sha_string, pathjoin, abspath
85
85
 
86
86
 
 
87
# TODO: jam 20060108 Create a new branch format, and as part of upgrade
 
88
#       make sure that ancestry.weave is deleted (it is never used, but
 
89
#       used to be created)
 
90
 
 
91
 
87
92
class Convert(object):
88
93
    def __init__(self, base_dir):
89
94
        self.base = base_dir