- Jul 24, 2006
-
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
- Jul 21, 2006
-
-
Brendan Cully authored
This fixes the problem that an interrupted hg serve will not terminate until the next request has been received.
-
Brendan Cully authored
This version uses the unicode 'replace' option, so non-UTF-8 encodings will still be mangled. Luckily, there aren't any of those.
-
Benoit Boissinot authored
-
- Jul 20, 2006
-
-
Benoit Boissinot authored
-
- Jul 19, 2006
-
-
Vadim Gelfer authored
-
Brendan Cully authored
Copied files are displayed in the form: A newname oldname
-
Vadim Gelfer authored
-
Mathieu Clabaut authored
-
- Jul 18, 2006
-
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
- Jul 15, 2006
-
-
Mathieu Clabaut authored
-
- Jul 19, 2006
-
-
Christian Ebert authored
-
- Jul 17, 2006
-
-
Benoit Boissinot authored
-
Matt Mackall authored
-
- Jul 16, 2006
-
-
Benoit Boissinot authored
- use a normal changeset instead of a context - define _filenode instead of _node to match the else clause
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
do not yield revs if the corresponding cl entry does not exists, it avoids a race in the fastpath (where we walk in the filelog) with an ongoing transaction.
-
- Jul 15, 2006
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Jul 17, 2006
-
-
Vadim Gelfer authored
-
- Jul 16, 2006
-
-
Vadim Gelfer authored
-
- 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
-