~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/changeset.py

  • Committer: Martin Pool
  • Date: 2005-05-30 02:45:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050530024548-120dad7e43de5fec
- rsync upload should be quieter

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.