~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/changeset.py

  • Committer: Martin Pool
  • Date: 2005-05-31 08:10:44 UTC
  • Revision ID: mbp@sourcefrog.net-20050531081044-0f6d28e39b8e19de
- replace Branch.lock(mode) with separate lock_read and lock_write 
  methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
1066
1066
    def missing_for_rename(self, filename):
1067
1067
        raise MissingForRename(filename)
1068
1068
 
1069
 
    def finalize():
1070
 
        pass
1071
 
 
1072
1069
def apply_changeset(changeset, inventory, dir, conflict_handler=None, 
1073
1070
                    reverse=False):
1074
1071
    """Apply a changeset to a directory.