Skip to content
Snippets Groups Projects
Commit 0596d274 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

revlog: move parsemeta() and packmeta() from filelog (API)

filelog.parsemeta() and filelog.packmeta() are used to decode
and encode metadata for file copies and censor.

An upcoming commit will move the core logic for censoring revlogs
into revlog.py. This would create a cycle between revlog.py and
filelog.py. So we move these metadata functions to revlog.py.

.. api::

   filelog.parsemeta() and filelog.packmeta() have been moved to
   the revlog module.

Differential Revision: https://phab.mercurial-scm.org/D3150
parent a3202fa8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment