##// END OF EJS Templates
storageutil: new module for storage primitives (API)...
storageutil: new module for storage primitives (API) There will exist common code between storage backends. It would be nice to have a central place to put that code. This commit attempts to create that place by creating the "storageutil" module. The first thing we move is revlog.hash(), which is the function for computing the SHA-1 hash of revision fulltext and parents. Differential Revision: https://phab.mercurial-scm.org/D4753
Gregory Szorc -
r39913:f8eb71f9 default
Show More
Name Size Modified Last Commit Author
/ mercurial / testing
__init__.py Loading ...
storage.py Loading ...