mercurial/hg.py
changeset 2621 5a5852a417b1
parent 2613 479e26afa10f
child 2631 8f564a875b50
--- a/mercurial/hg.py	Sat Jul 15 16:06:05 2006 -0700
+++ b/mercurial/hg.py	Sat Jul 15 16:06:35 2006 -0700
@@ -97,7 +97,8 @@
 
     pull: always pull from source repository, even in local case
 
-    stream: stream from repository (fast over LAN, slow over WAN)
+    stream: stream raw data uncompressed from repository (fast over
+    LAN, slow over WAN)
 
     rev: revision to clone up to (implies pull=True)