Sun, 04 Oct 2015 12:07:01 -0700 |
Gregory Szorc |
streamclone: move "streaming all changes" message location
|
Sun, 04 Oct 2015 19:06:06 -0700 |
Gregory Szorc |
streamclone: move payload header generation into own function
|
Sun, 04 Oct 2015 18:44:46 -0700 |
Gregory Szorc |
streamclone: move payload header line consumption
|
Sun, 04 Oct 2015 18:35:19 -0700 |
Gregory Szorc |
streamclone: teach canperformstreamclone to be bundle2 aware
|
Sun, 04 Oct 2015 11:50:42 -0700 |
Gregory Szorc |
streamclone: refactor canperformstreamclone to accept a pullop
|
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
|