mercurial/streamclone.py
changeset 8761 0289f384e1e5
parent 8531 810387f59696
child 9467 4c041f1ee1b4
child 9506 49b62395e910
equal deleted inserted replaced
8760:bf17aeafb869 8761:0289f384e1e5
    26 # server writes out line that says how many files, how many total
    26 # server writes out line that says how many files, how many total
    27 # bytes.  separator is ascii space, byte counts are strings.
    27 # bytes.  separator is ascii space, byte counts are strings.
    28 #
    28 #
    29 # then for each file:
    29 # then for each file:
    30 #
    30 #
    31 #   server writes out line that says file name, how many bytes in
    31 #   server writes out line that says filename, how many bytes in
    32 #   file.  separator is ascii nul, byte count is string.
    32 #   file.  separator is ascii nul, byte count is string.
    33 #
    33 #
    34 #   server writes out raw file data.
    34 #   server writes out raw file data.
    35 
    35 
    36 def stream_out(repo, untrusted=False):
    36 def stream_out(repo, untrusted=False):