/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

  • Committer: Robert Collins
  • Date: 2006-03-02 06:23:15 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060302062315-9c274fa5c8201784
Prepare weave store to delegate copy details to the versioned file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
831
831
        try:
832
832
            _read_weave_v5(self._transport.get(name), self)
833
833
        except errors.NoSuchFile:
834
 
            # new file, no-op.
835
 
            pass
 
834
            # new file, save it
 
835
            self._save()
836
836
 
837
837
    def add_lines(self, version_id, parents, lines):
838
838
        """Add a version and save the weave."""