log mercurial/streamclone.py @ 33766:4c706037adef

age author description
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