- Jul 15, 2006
-
-
Vadim Gelfer authored
enable in hgrc like this: [server] stream=True
-
Vadim Gelfer authored
mpm asked for this.
-
Vadim Gelfer authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Vadim Gelfer authored
-
Rafael Villar Burke authored
-
Vadim Gelfer authored
--parent allows to choose which parent of merge to revert to.
-
- Jul 14, 2006
-
-
Vadim Gelfer authored
-
Vadim Gelfer authored
existing clone code uses pull to get changes from remote repo. is very slow, uses lots of memory and cpu. new clone code has server write file data straight to client, client writes file data straight to disk. memory and cpu used are very low, clone is much faster over lan. new client can still clone with pull, can still clone from older servers. new server can still serve older clients.
-
- Jul 13, 2006
-
-
Lee Cantey authored
-
Lee Cantey authored
Matches previous fixes in other tests.
-
Chris Mason authored
-
- Jul 12, 2006
-
-
Vadim Gelfer authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Thomas Arendsen Hein authored
This tests the changes done in edb66cb05ded and b898afee9d0d.
-
Thomas Arendsen Hein authored
The only user visible change is that 'hg init' now accepts this options, too.
-
- Jul 11, 2006
-
-
Vadim Gelfer authored
api in commands module is still same, but version in hg is best for calling within python now.
-
Vadim Gelfer authored
-
Vadim Gelfer authored
previous code mistook repo named "hg" for scheme named "hg".
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
- Jul 10, 2006
-
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
- Jul 11, 2006
-
-
Thomas Arendsen Hein authored
- clone to ssh:// - init via ssh:// - example for pull from an absolute directory via ssh:// - push to http:// and https://
-
Aurelien Jacobs authored
-
- Jul 10, 2006
-
-
Vadim Gelfer authored
-
Sbastien Pierre authored
darcs2hg: pause and resume support, date extraction from commit hash, does not break on empty commits
-
Sébastien Pierre authored
-
Nils Decker authored
The use of the patch name is dangerous when duplicate names exist. In case of a duplicate name the second patch and all its dependancies are merged into a single mercurial patch. The patch identifier (hash) is always unique.
-
- Jul 09, 2006
-
-
Benoit Boissinot authored
-
Valentino Volonghi aka dialtone authored
-
- Jul 07, 2006
-
-
Alexis S. L. Carvalho authored
A HTTP client can indicate that it doesn't support (or doesn't want) persistent connections by sending this header. This not only makes the server more compliant with the RFC, but also reduces the run time of test-http-proxy when run with python 2.3 from ~125s to ~5s (it doesn't affect it with python 2.4, which was already ~5s).
-