/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/xml8.py

  • Committer: Aaron Bentley
  • Date: 2008-04-17 05:49:53 UTC
  • mto: This revision was merged to the branch mainline in revision 3371.
  • Revision ID: aaron@aaronbentley.com-20080417054953-qmgbyq600qjtm3ha
Updates from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
    def _check_revisions(self, inv):
159
159
        """Extension point for subclasses to check during serialisation.
160
160
 
161
 
        By default no checking is done.
162
 
 
163
161
        :param inv: An inventory about to be serialised, to be checked.
164
162
        :raises: AssertionError if an error has occured.
165
163
        """