author | Matt Mackall <mpm@selenic.com> |
Thu, 22 Mar 2007 19:54:15 -0500 | |
changeset 4259 | eb081ba21eff |
parent 4258 | b11a2fb59cf5 |
child 4260 | bdbfc2193524 |
--- 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