mercurial/streamclone.py
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Tue, 10 May 2022 20:30:26 +0100 Arseniy Alekseyev clone: use better names for temp files
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 27 Jan 2022 22:24:11 +0100 Pierre-Yves David stream-clone: allow to change persistent-nodemap format during stream clone
Wed, 02 Feb 2022 17:24:05 +0100 Raphaël Gomès branching: merge stable into default
Mon, 24 Jan 2022 11:49:06 +0100 Pierre-Yves David stream-clone: filter possible missing requirements using all supported one stable
Mon, 17 Jan 2022 19:26:36 +0100 Pierre-Yves David stream-clone: add a explicit set list requirements relevant to stream clone
Mon, 24 Jan 2022 11:49:06 +0100 Pierre-Yves David stream-clone: filter possible missing requirements using all supported one
Fri, 14 Jan 2022 18:02:25 +0100 Pierre-Yves David stream-clone: factor computation of requirement of a stream clone
Fri, 14 Jan 2022 17:57:49 +0100 Pierre-Yves David stream-clone: factor computation of new clone requirement out
Wed, 25 Aug 2021 15:15:19 +0200 Raphaël Gomès branching: merge stable into default
Mon, 02 Aug 2021 08:05:13 -0400 Valentin Gatien-Baron store: return just one filename in walk functions
Wed, 25 Aug 2021 11:32:49 +0200 Pierre-Yves David clone: properly create target directories during local clone (issue6581) stable
Sun, 01 Aug 2021 10:54:03 -0400 Valentin Gatien-Baron streamclone: ensure the server sends the right amount of data stable
Wed, 21 Jul 2021 22:52:09 +0200 Pierre-Yves David branching: merge default into stable stable 5.9rc0
Thu, 24 Jun 2021 03:22:03 +0200 Pierre-Yves David stream: double check that self.vfs is *not* in the vfsmap stable
Tue, 08 Jun 2021 03:56:33 +0200 Pierre-Yves David clone: also report the bookmark file as copied
Tue, 08 Jun 2021 02:06:45 +0200 Pierre-Yves David clone: reuse the stream clone logic for local clone
Tue, 08 Jun 2021 02:06:02 +0200 Pierre-Yves David streamingclone: extract the scanning part from the generation part
Tue, 20 Apr 2021 05:08:55 +0200 Pierre-Yves David streamclone: treat volatile file as "fullfile"
Mon, 19 Apr 2021 19:12:28 +0200 Pierre-Yves David streamclone: remove sleep based "synchronisation" in tests
Tue, 06 Apr 2021 10:38:03 +0200 Pierre-Yves David store: also return some information about the type of file `walk` found
Wed, 03 Mar 2021 14:00:45 +0100 Raphaël Gomès requirements: add constant for revlog v1 requirement
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Mon, 21 Jan 2019 17:37:33 +0000 Martijn Pieters branchmap: encapsulate cache updating in the map itself
Wed, 17 Oct 2018 17:42:32 +0300 Pulkit Goyal store: introduce _matchtrackedpath() and use it to filter store files
Fri, 05 Oct 2018 23:27:17 +0800 Anton Shestakov streamclone: include obsstore file into stream bundle if client can read it
Wed, 03 Oct 2018 17:59:05 +0300 Pulkit Goyal streamclone: pass narrowing related info in _walkstreamfiles()
Wed, 26 Sep 2018 17:20:04 +0300 Pulkit Goyal streamclone: new server config and some API changes for narrow stream clones
Tue, 02 Oct 2018 12:43:54 -0700 Gregory Szorc streamclone: don't support stream clone unless repo feature present
Wed, 19 Sep 2018 14:36:57 -0700 Gregory Szorc localrepo: define "features" on repository instances (API)
Fri, 21 Sep 2018 11:43:46 -0400 Augie Fackler streamclone: reimplement nested context manager
Wed, 12 Sep 2018 15:59:26 -0700 Gregory Szorc localrepo: extract resolving of opener options to standalone functions
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Sun, 17 Jun 2018 13:48:58 -0700 Martin von Zweigbergk progress: make the progress helper a context manager
Sun, 17 Jun 2018 22:13:41 -0700 Martin von Zweigbergk progress: hide update(None) in a new complete() method
Sun, 17 Jun 2018 23:03:23 -0400 Augie Fackler streamclone: update progress later to avoid passing None to util.bytecount
Sat, 16 Jun 2018 00:37:44 -0700 Martin von Zweigbergk streamclone: use progress helper
Sat, 26 May 2018 12:14:04 +0900 Yuya Nishihara py3: wrap tempfile.mkstemp() to use bytes path
Fri, 13 Apr 2018 11:14:19 -0700 Gregory Szorc streamclone: use command executor for wire protocol commands
Fri, 26 Jan 2018 15:51:07 +0100 Boris Feld streamclone: move requirement update into consumev2 stable
Wed, 24 Jan 2018 21:44:31 +0100 Boris Feld streamclone: use readexactly when reading stream v2 stable
Wed, 24 Jan 2018 21:37:48 +0100 Boris Feld streamclone: rename '_emit' to '_emit2' for clarity stable
Thu, 18 Jan 2018 00:50:12 +0100 Boris Feld streamclone: also stream caches to the client
Thu, 18 Jan 2018 00:50:02 +0100 Boris Feld streamclone: add support for cloning non append-only file
Thu, 18 Jan 2018 00:45:27 +0100 Boris Feld streamclone: rework canperformstreamclone
Thu, 18 Jan 2018 00:48:56 +0100 Boris Feld streamclone: define first iteration of version 2 of stream format
Sun, 24 Dec 2017 11:46:13 -0700 Gregory Szorc streamclone: move wire protocol status code from wireproto command
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Fri, 07 Jul 2017 23:19:31 +0900 Yuya Nishihara streamclone: comment why path auditing is disabled in generatev1()
Fri, 07 Jul 2017 23:25:16 +0900 Yuya Nishihara streamclone: close large revlog files explicitly in generatev1()
Sun, 02 Jul 2017 04:26:34 +0200 Pierre-Yves David streamclone: stop using 'vfs.mustaudit = False'
Sun, 02 Jul 2017 02:28:04 +0200 Pierre-Yves David vfs: simplify path audit disabling in stream clone
Fri, 30 Jun 2017 03:44:14 +0200 Pierre-Yves David configitems: register the 'server.uncompressedallowsecret' config
Fri, 09 Jun 2017 10:41:13 -0700 Gregory Szorc streamclone: consider secret changesets (BC) (issue5589)
Mon, 08 May 2017 20:01:06 -0700 Siddharth Agarwal clone: warn when streaming was requested but couldn't be performed
Wed, 15 Feb 2017 13:17:39 -0800 Simon Farnsworth mercurial: switch to util.timer for all interval timings
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Mon, 12 Sep 2016 03:06:29 +0900 FUJIWARA Katsunori streamclone: clear caches after writing changes into files for visibility
Mon, 12 Sep 2016 03:06:28 +0900 FUJIWARA Katsunori streamclone: force @filecache properties to be reloaded from file
Tue, 15 Mar 2016 14:10:46 -0700 Matt Mackall merge with stable
Sun, 13 Mar 2016 02:29:11 +0100 Mads Kiilerich streamclone: fix error when store files grow while stream cloning stable
Fri, 11 Mar 2016 22:28:27 +0800 Anton Shestakov streamclone: specify unit for ui.progress when handling data
Thu, 14 Jan 2016 13:44:01 -0800 Gregory Szorc streamclone: use backgroundfilecloser (issue4889)
Sat, 02 Jan 2016 16:11:36 -0800 Gregory Szorc streamclone: indent code
Thu, 14 Jan 2016 22:48:54 -0800 Gregory Szorc streamclone: extract code for reading header fields
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager for transaction in consumev1
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in streamclone consumev1
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager in maybeperformlegacystreamclone
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager in streamclone generatev1
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan i18n: don't translate a transaction name
Sat, 02 Jan 2016 15:09:58 -0800 Gregory Szorc streamclone: use context manager for writing files
Sat, 02 Jan 2016 15:14:55 -0800 Gregory Szorc streamclone: use read()
Sat, 17 Oct 2015 11:14:52 -0700 Gregory Szorc streamclone: support for producing and consuming stream clone bundles
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
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
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
less more (0) -120 tip