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

clonebundles: document REQUIREDRAM key

This is a follow-up to 72feaeb510b3, which introduced the feature. The
key should be documented as part of the format specification inside the
extension docstring.

Differential Revision: https://phab.mercurial-scm.org/D8838
parent 53a6febafc66
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,14 @@
Value should be "true".
REQUIREDRAM
Value specifies expected memory requirements to decode the payload.
Values can have suffixes for common bytes sizes. e.g. "64MB".
This key is often used with zstd-compressed bundles using a high
compression level / window size, which can require 100+ MB of memory
to decode.
heads
Used for pull bundles. This contains the ``;`` separated changeset
hashes of the heads of the bundle content.
......
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