Merge with crew
authorMatt Mackall <mpm@selenic.com>
Mon, 04 Dec 2006 17:43:37 -0600
changeset 3788 18c93649f563
parent 3786 8d603f8567ae (current diff)
parent 3787 8ecc9c57d883 (diff)
child 3789 734b1d6ba3dc
Merge with crew
--- a/mercurial/bundlerepo.py	Tue Nov 21 20:00:15 2006 -0200
+++ b/mercurial/bundlerepo.py	Mon Dec 04 17:43:37 2006 -0600
@@ -141,7 +141,7 @@
 class bundlechangelog(bundlerevlog, changelog.changelog):
     def __init__(self, opener, bundlefile):
         changelog.changelog.__init__(self, opener)
-        bundlerevlog.__init__(self, opener, "00changelog.i", "00changelog.d",
+        bundlerevlog.__init__(self, opener, self.indexfile, self.datafile,
                               bundlefile)
 
 class bundlemanifest(bundlerevlog, manifest.manifest):