~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Aaron Bentley
  • Date: 2006-08-25 22:25:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1997.
  • Revision ID: aaron.bentley@utoronto.ca-20060825222518-8f4db8abdb56b17e
Whitespace fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1040
1040
        return RootCommitBuilder(self, parents, config, timestamp, timezone,
1041
1041
                                 committer, revprops, revision_id)
1042
1042
 
 
1043
 
1043
1044
class RepositoryFormat(object):
1044
1045
    """A repository format.
1045
1046