# HG changeset patch # User Matt Mackall # Date 1174611255 18000 # Node ID eb081ba21eff20897c4e9ba940d8418792350d7f # Parent b11a2fb59cf5c8a396f76caab3291d692ae11d47 appendfile: remove unused manifest code diff --git a/mercurial/appendfile.py b/mercurial/appendfile.py --- a/mercurial/appendfile.py +++ b/mercurial/appendfile.py @@ -152,10 +152,3 @@ class appendchangelog(changelog.changelo 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