##// END OF EJS Templates
streamclone: add a comment about non-publishing being broken with v1...
Boris Feld -
r35823:784ac51f stable
parent child Browse files
Show More
@@ -479,6 +479,10 b' Clone as non publishing'
479 $ cat hg.pid > $DAEMON_PIDS
479 $ cat hg.pid > $DAEMON_PIDS
480
480
481 #if stream-legacy
481 #if stream-legacy
482
483 With v1 of the stream protocol, changeset are always cloned as public. It make
484 stream v1 unsuitable for non-publishing repository.
485
482 $ hg clone --stream http://localhost:$HGPORT phase-no-publish
486 $ hg clone --stream http://localhost:$HGPORT phase-no-publish
483 streaming all changes
487 streaming all changes
484 1027 files to transfer, 96.3 KB of data
488 1027 files to transfer, 96.3 KB of data
General Comments 0
You need to be logged in to leave comments. Login now