Mercurial > hg
diff hgext/sparse.py @ 33725:86ea201eaeb9
repair: move manifest strip to a separate function
This moves manifest stripping to a separate function so implementations of the
manifest that don't support stripping can replace this function with a no-op.
I considered adding a strip api to the manifestlog, so other implementations
could make it a no-op there, but it seems like strip might be unique to the
revlog implementation, and therefore shouldn't be present on the generic api.
Differential Revision: https://phab.mercurial-scm.org/D292
author | Durham Goode <durham@fb.com> |
---|---|
date | Tue, 08 Aug 2017 17:25:38 -0700 |
parents | e1c56486d1aa |
children | d8d06a930d60 |