Seth Vidal e47d352
--- createrepo/__init__.py~	2011-01-26 12:14:30.000000000 -0500
Seth Vidal e47d352
+++ createrepo/__init__.py	2011-01-26 12:34:17.291441719 -0500
Seth Vidal e47d352
@@ -96,7 +96,7 @@
Seth Vidal c6055e5
         self.mdtimestamp = 0
Seth Vidal c6055e5
         self.directory = None
Seth Vidal c6055e5
         self.directories = []
Seth Vidal c6055e5
-        self.changelog_limit = None # needs to be an int or None
Seth Vidal c6055e5
+        self.changelog_limit = 10 # needs to be an int or None
Seth Vidal e47d352
         self.unique_md_filenames = True
Seth Vidal fe14df3
         self.additional_metadata = {} # dict of 'type':'filename'
Seth Vidal fe14df3
         self.revision = str(int(time.time()))