~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/upgrade.py

[merge] jam-pending 1502: remove ancestry.weave, remove --all from uncommit.

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