Sun, 04 Oct 2015 11:34:28 -0700 |
Gregory Szorc |
streamclone: rename and document maybeperformstreamclone()
|
Sun, 04 Oct 2015 11:27:10 -0700 |
Gregory Szorc |
streamclone: move applyremotedata() into maybeperformstreamclone()
|
Sat, 03 Oct 2015 09:53:56 -0700 |
Gregory Szorc |
branchmap: move branch cache code out of streamclone.py
|
Fri, 02 Oct 2015 23:08:15 -0700 |
Gregory Szorc |
streamclone: move streamin() into maybeperformstreamclone()
|
Sun, 04 Oct 2015 11:20:52 -0700 |
Gregory Szorc |
streamclone: refactor maybeperformstreamclone to take a pullop
|
Fri, 02 Oct 2015 21:53:25 -0700 |
Gregory Szorc |
streamclone: add explicit check for empty local repo
|
Fri, 02 Oct 2015 22:22:11 -0700 |
Gregory Szorc |
streamclone: refactor code for deciding to stream clone
|
Fri, 02 Oct 2015 21:39:04 -0700 |
Gregory Szorc |
streamclone: move streaming clone logic from localrepo
|
Fri, 02 Oct 2015 16:24:56 -0700 |
Gregory Szorc |
streamclone: move _allowstream() from wireproto
|
Fri, 02 Oct 2015 16:05:52 -0700 |
Gregory Szorc |
streamclone: move code out of exchange.py
|
Fri, 02 Oct 2015 15:58:24 -0700 |
Gregory Szorc |
streamclone: move stream_in() from localrepo
|
Fri, 02 Oct 2015 15:51:32 -0700 |
Gregory Szorc |
streamclone: move applystreamclone() from localrepo.py
|
Fri, 16 Jul 2010 22:20:19 +0200 |
Dirkjan Ochtman |
protocol: convert StreamException to generated error code
|
Wed, 14 Apr 2010 17:58:10 +0900 |
Nicolas Dumazet |
pylint, pyflakes: remove unused or duplicate imports
|
Tue, 09 Feb 2010 14:12:34 -0600 |
Matt Mackall |
streaming: actually change default
|
Sun, 07 Feb 2010 15:31:53 +0100 |
Matt Mackall |
streamclone: allow uncompressed clones by default
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Wed, 30 Sep 2009 21:42:51 -0500 |
Matt Mackall |
Merge with -stable
|
Wed, 30 Sep 2009 16:08:11 -0400 |
Greg Ward |
streamclone: partially encode filename over the wire, not for local read (issue1847)
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Tue, 09 Jun 2009 09:25:17 -0400 |
timeless |
Generally replace "file name" with "filename" in help and comments.
|
Wed, 20 May 2009 18:35:47 +0200 |
Benoit Boissinot |
filelog encoding: move the encoding/decoding into store
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Mon, 12 Jan 2009 11:09:14 -0600 |
Matt Mackall |
error: move lock errors
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
Fri, 15 Aug 2008 13:25:57 +0200 |
Dirkjan Ochtman |
make streamclone.stream_out() a generator
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
streamclone: fold in localrepo.storefiles
|
Thu, 24 Jul 2008 16:32:52 +0200 |
Adrian Buehlmann |
introduce store classes
|
Wed, 02 Jul 2008 10:58:27 +0200 |
Dirkjan Ochtman |
Backed out changeset b9d6ab187523 (doesn't work on Python 2.3/2.4)
|
Sun, 29 Jun 2008 14:20:01 +0200 |
Dirkjan Ochtman |
streamclone yields chunks instead of accepting a file-like object
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 11 Oct 2007 16:28:30 +0200 |
Benoit Boissinot |
fix typo
|
Fri, 05 Oct 2007 15:01:06 -0700 |
Bryan O'Sullivan |
Add osutil module, containing a listdir function.
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
Sat, 12 May 2007 00:41:30 +0200 |
Edouard Gomez |
Fix inconsistency for the stream_out capability in hgweb
|
Sun, 04 Mar 2007 09:03:21 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Mon, 19 Feb 2007 09:59:37 +0100 |
Patrick Mezard |
streamclone: stream_out tried to decodefilename non-normalized paths
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Sun, 10 Dec 2006 14:39:51 +0100 |
Benoit Boissinot |
streamclone: remove unnecessary test, pconvert names
|
Fri, 01 Dec 2006 13:34:09 +0100 |
Benoit Boissinot |
switch to the .hg/store layout, fix the tests
|
Tue, 05 Dec 2006 11:28:23 +0100 |
Benoit Boissinot |
introduce localrepo.spath for the store path, sopener fixes
|
Tue, 28 Nov 2006 21:16:05 +0100 |
Benoit Boissinot |
only print a warning when no username is specified
|
Mon, 20 Nov 2006 19:41:49 +0100 |
Thomas Arendsen Hein |
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
|
Mon, 17 Jul 2006 07:43:15 -0700 |
Vadim Gelfer |
fix problem with uncompressed clone and python 2.3.
|
Sun, 16 Jul 2006 10:04:16 -0700 |
Vadim Gelfer |
rename stream hgrc option to compressed.
|
Sat, 15 Jul 2006 16:06:35 -0700 |
Vadim Gelfer |
clone: disable stream support on server side by default.
|
Fri, 14 Jul 2006 11:17:22 -0700 |
Vadim Gelfer |
add support for streaming clone.
|