Mercurial > public > mercurial-scm > hg
comparison mercurial/hg.py @ 2621:5a5852a417b1
clone: disable stream support on server side by default.
enable in hgrc like this:
[server]
stream=True
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sat, 15 Jul 2006 16:06:35 -0700 |
parents | 479e26afa10f |
children | 8f564a875b50 |
comparison
equal
deleted
inserted
replaced
2620:de82749d3a71 | 2621:5a5852a417b1 |
---|---|
95 dest: URL of destination repository to create (defaults to base | 95 dest: URL of destination repository to create (defaults to base |
96 name of source repository) | 96 name of source repository) |
97 | 97 |
98 pull: always pull from source repository, even in local case | 98 pull: always pull from source repository, even in local case |
99 | 99 |
100 stream: stream from repository (fast over LAN, slow over WAN) | 100 stream: stream raw data uncompressed from repository (fast over |
101 LAN, slow over WAN) | |
101 | 102 |
102 rev: revision to clone up to (implies pull=True) | 103 rev: revision to clone up to (implies pull=True) |
103 | 104 |
104 update: update working directory after clone completes, if | 105 update: update working directory after clone completes, if |
105 destination is local repository | 106 destination is local repository |