Skip to content
Snippets Groups Projects
Commit c2633c69 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

stream-clone: document the ext-stream-clone-steps.py utility extension

This extension is useful, let us clarify how to use it.
parent 99dfe806
No related branches found
No related tags found
2 merge requests!618Draft: 6.5rc0,!582streamclone: getting revlog data from the revlog themselves
# A utility extension that help taking a break during streamclone operation
#
# This extension is used through two environment variable
#
# HG_TEST_STREAM_WALKED_FILE_1
#
# path of a file created by the process generating the streaming clone when
# it is done gathering data and is ready to unlock the repository and move
# to the streaming of content.
#
# HG_TEST_STREAM_WALKED_FILE_2
#
# path of a file to be manually created to let the process generating the
# streaming clone proceed to streaming file content.
from mercurial import (
encoding,
extensions,
......
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