Mercurial > hg
comparison mercurial/rewriteutil.py @ 39875:d909c44d29e1
filelog: stop proxying rawsize() (API)
This method is no longer used by external consumers. The API is
quite low-level and is effectively len(revision(raw=True)). I don't
see a compelling reason to keep it around.
Let's drop the API and make the file storage interface simpler.
Differential Revision: https://phab.mercurial-scm.org/D4750
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 24 Sep 2018 12:49:17 -0700 |
parents | 490df753894d |
children | 8c6329fa6038 |
comparison
equal
deleted
inserted
replaced
39874:9596cf2a550d | 39875:d909c44d29e1 |
---|