##// END OF EJS Templates
stream-clone: document the ext-stream-clone-steps.py utility extension...
marmoute -
r51517:c2633c69 default
parent child Browse files
Show More
@@ -1,3 +1,18 b''
1 # A utility extension that help taking a break during streamclone operation
2 #
3 # This extension is used through two environment variable
4 #
5 # HG_TEST_STREAM_WALKED_FILE_1
6 #
7 # path of a file created by the process generating the streaming clone when
8 # it is done gathering data and is ready to unlock the repository and move
9 # to the streaming of content.
10 #
11 # HG_TEST_STREAM_WALKED_FILE_2
12 #
13 # path of a file to be manually created to let the process generating the
14 # streaming clone proceed to streaming file content.
15
1 from mercurial import (
16 from mercurial import (
2 encoding,
17 encoding,
3 extensions,
18 extensions,
General Comments 0
You need to be logged in to leave comments. Login now