~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
807
807
            ('pending-merges', ''),
808
808
            ('inventory', empty_inv),
809
809
            ('inventory.weave', empty_weave),
810
 
            ('ancestry.weave', empty_weave)
811
810
        ]
812
811
        self._transport.mkdir_multi([cfn(d) for d in dirs], mode=self._dir_mode)
813
812
        self.put_controlfiles(files)