util: add `nb_bytes` argument to `copyfile` to partially copy a file...
util: add `nb_bytes` argument to `copyfile` to partially copy a file
When set, this allow to copy only the first `nb_bytes` of a file. This will be
useful for censor/strip operation with revlogv2.
Differential Revision:
https://phab.mercurial-scm.org/D10798