changeset 4259:eb081ba21eff

appendfile: remove unused manifest code
author Matt Mackall <mpm@selenic.com>
date Thu, 22 Mar 2007 19:54:15 -0500
parents b11a2fb59cf5
children bdbfc2193524
files mercurial/appendfile.py
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/appendfile.py	Thu Mar 22 19:52:38 2007 -0500
+++ b/mercurial/appendfile.py	Thu Mar 22 19:54:15 2007 -0500
@@ -152,10 +152,3 @@
         changelog.changelog.__init__(self, self)
     def checkinlinesize(self, fp, tr):
         return
-
-class appendmanifest(manifest.manifest, appendopener):
-    def __init__(self, opener):
-        appendopener.__init__(self, opener)
-        manifest.manifest.__init__(self, self)
-    def checkinlinesize(self, fp, tr):
-        return