~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/changeset/serializer/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-01 00:53:37 UTC
  • mto: (1185.82.108 w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: john@arbash-meinel.com-20060101005337-54e006f2115719a5
Worked out the changeset command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
        """Read the rest of the changesets from the supplied file.
190
190
 
191
191
        :param f: The file to read from
192
 
        :return: A list of changesets
 
192
        :return: A list of changeset trees
193
193
        """
194
194
        raise NotImplementedError
195
195