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
Showing
- mercurial/filelog.py 0 additions, 4 deletionsmercurial/filelog.py
- mercurial/repository.py 1 addition, 5 deletionsmercurial/repository.py
- mercurial/testing/storage.py 0 additions, 27 deletionsmercurial/testing/storage.py
- tests/simplestorerepo.py 0 additions, 5 deletionstests/simplestorerepo.py
- tests/test-lfs.t 1 addition, 1 deletiontests/test-lfs.t
Loading
Please register or sign in to comment