##// END OF EJS Templates
spelling: transferred
timeless@mozdev.org -
r17525:e327fd6e default
parent child Browse files
Show More
@@ -516,7 +516,7 b' def stream(repo, proto):'
516 516 it is serving. Client checks to see if it understands the format.
517 517
518 518 The format is simple: the server writes out a line with the amount
519 of files, then the total amount of bytes to be transfered (separated
519 of files, then the total amount of bytes to be transferred (separated
520 520 by a space). Then, for each file, the server first writes the filename
521 521 and filesize (separated by the null character), then the file contents.
522 522 '''
@@ -84,7 +84,7 b''
84 84
85 85
86 86 pull did not updated ../alpha state.
87 push from alpha to beta should update phase even if nothing is transfered
87 push from alpha to beta should update phase even if nothing is transferred
88 88
89 89 $ cd ../alpha
90 90 $ hgph # not updated by remote pull
General Comments 0
You need to be logged in to leave comments. Login now