Mon, 27 Feb 2023 23:04:09 -0500 |
Matt Harbison |
configitems: enable changegroup3 by default (unless using infinitepush)
|
Wed, 07 Dec 2022 22:40:54 +0100 |
Pierre-Yves David |
test-acl: glob the payload size again
|
Mon, 15 Feb 2021 14:48:36 -0500 |
Valentin Gatien-Baron |
sshpeer: enable+fix warning about sshpeers not being closed explicitly
|
Thu, 04 Mar 2021 21:58:55 +0100 |
Joerg Sonnenberger |
exchange: stop advertising rev-branch-cache bundle capability
|
Fri, 15 Jan 2021 01:58:59 +0100 |
Joerg Sonnenberger |
branchmap: update rev-branch-cache incrementally
|
Fri, 15 Jan 2021 12:41:38 +0100 |
Pierre-Yves David |
clone: make sure we warm the cache after a clone
|
Tue, 25 Feb 2020 20:27:39 -0500 |
Valentin Gatien-Baron |
exchange: turn on option that makes concurrent pushes work better
|
Wed, 11 Sep 2019 15:03:08 -0700 |
Martin von Zweigbergk |
bundle2: fix an off-by-one in debug message of number of parts
|
Sun, 08 Sep 2019 09:42:53 +0200 |
Pierre-Yves David |
changegroup: move message about added changes to transaction summary
|
Mon, 18 Feb 2019 00:27:25 +0900 |
FUJIWARA Katsunori |
tests: replace "naked except clause" to avoid check-code.py error
|
Sat, 26 Jan 2019 17:51:55 +0900 |
Yuya Nishihara |
dispatch: quote filename in IOError as well
|
Thu, 24 Jan 2019 11:39:38 -0500 |
Augie Fackler |
py3: add missing b prefixes in test-acl.t
|
Fri, 15 Jun 2018 14:07:13 -0400 |
Sandu Turcan |
acl: add bookmarks support
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
Thu, 18 Jan 2018 15:10:22 +0100 |
Boris Feld |
revbranchcache: advertise and use 'rbc' exchange capability
|
Tue, 27 Feb 2018 22:37:57 +0900 |
Yuya Nishihara |
test-acl: mock up util.getuser() to trust $LOGNAME on Windows
|
Mon, 22 Jan 2018 12:23:47 -0800 |
Gregory Szorc |
bundle2: always advertise client support for stream parts
|
Mon, 13 Nov 2017 04:22:45 +0100 |
Boris Feld |
push: include a 'check:bookmarks' part when possible
|
Sat, 02 Dec 2017 19:33:34 -0500 |
Matt Harbison |
tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
|
Wed, 20 Sep 2017 19:38:06 +0200 |
Boris Feld |
phase: use a binary phase part to push through bundle2 (BC)
|
Wed, 11 Oct 2017 07:40:00 +0200 |
Boris Feld |
phase: generate a push-race detection part on push
|
Thu, 12 Oct 2017 09:39:50 +0200 |
Denis Laxalde |
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
|
Sun, 24 Sep 2017 21:27:18 +0200 |
Boris Feld |
pull: use 'phase-heads' to retrieve phase information
|
Mon, 21 Aug 2017 21:35:06 -0700 |
Sean Farley |
merge with stable
|
Wed, 09 Aug 2017 17:01:21 +0200 |
Boris Feld |
bundle2: fix transaction availability detection
|
Sat, 12 Aug 2017 14:29:22 +0200 |
Tristan Seligmann |
hg: avoid relying on errno numbers / descriptions
stable
|
Wed, 02 Aug 2017 03:23:06 +0530 |
Pulkit Goyal |
bundle2: load hookargs from bundleoperation into transaction when started one
|
Tue, 20 Jun 2017 16:33:13 -0700 |
Martin von Zweigbergk |
bundle2: don't use debug message "no-transaction" with transaction
|
Tue, 02 May 2017 18:57:52 +0200 |
Pierre-Yves David |
caches: stop warming the cache after changegroup application
|
Tue, 02 May 2017 22:27:44 +0200 |
Pierre-Yves David |
caches: move the 'updating the branch cache' message in 'updatecaches'
|
Fri, 14 Oct 2016 01:31:11 +0200 |
Pierre-Yves David |
changegroup: skip delta when the underlying revlog do not use them
|
Thu, 13 Oct 2016 12:50:27 +0200 |
Gregory Szorc |
changelog: disable delta chains
|
Mon, 08 Aug 2016 22:06:07 -0700 |
Gregory Szorc |
changegroup: move branch cache debug message to proper location
|
Tue, 02 Aug 2016 03:50:42 +0200 |
Pierre-Yves David |
tests: remove bundle2 activation from test-acl.t
|
Tue, 12 Jan 2016 21:23:45 -0800 |
Martin von Zweigbergk |
changegroup3: introduce experimental.changegroup3 boolean config
|
Mon, 14 Dec 2015 15:55:12 -0500 |
Mike Edgar |
changegroup: add flags field to cg3 delta header
|
Fri, 11 Dec 2015 11:23:49 -0500 |
Augie Fackler |
changegroup: introduce cg3, which has support for exchanging treemanifests
|
Thu, 11 Jun 2015 13:02:21 -0700 |
Pierre-Yves David |
push: only say we are trying to push obsmarkers when we actually try
|
Wed, 27 May 2015 22:25:51 -0700 |
Pierre-Yves David |
phases: abort the whole push if phases fail to update (BC)
|
Wed, 10 Jun 2015 13:10:53 -0400 |
Pierre-Yves David |
bundle2: convey PushkeyFailed error over the wire
|
Sat, 06 Jun 2015 00:32:19 -0700 |
Pierre-Yves David |
bundle2: add an 'error' capability
|
Wed, 27 May 2015 05:35:00 -0700 |
Pierre-Yves David |
push: make pushkey part advisory
|
Mon, 01 Jun 2015 20:23:22 -0700 |
Gregory Szorc |
bundle2: part handler for processing .hgtags fnodes mappings
|
Wed, 27 May 2015 06:42:42 -0700 |
Pierre-Yves David |
test: use bundle2 in test-acl
|
Sat, 09 May 2015 23:40:40 -0700 |
Pierre-Yves David |
progress: get the extremely verbose output out of default debug
|
Tue, 09 Sep 2014 16:51:21 -0400 |
Augie Fackler |
test-acl: alter sed construct to avoid changes in .hg/hgrc formatting
|
Fri, 15 Aug 2014 18:39:39 -0700 |
Pierre-Yves David |
push: move bookmark discovery with other discovery steps
|
Wed, 30 Jul 2014 19:26:47 -0700 |
Pierre-Yves David |
push: perform phases discovery before the push
|
Tue, 15 Apr 2014 16:42:52 -0400 |
Pierre-Yves David |
bundle2: feed a binary stream to `peer.unbundle`
|
Fri, 04 Apr 2014 17:50:44 -0700 |
Pierre-Yves David |
localrepo: add unbundle support
|
Wed, 16 Jan 2013 00:09:26 +0100 |
Pierre-Yves David |
destroyed: drop complex branchcache rebuilt logic
|
Sun, 13 Jan 2013 01:39:16 -0600 |
Kevin Bullock |
filtering: rename filters to their antonyms
|
Wed, 02 Jan 2013 01:57:46 +0100 |
Pierre-Yves David |
clfilter: add mutable filtering
|
Mon, 07 Jan 2013 17:23:25 +0100 |
Pierre-Yves David |
branchmap: allow to use cache of subset
|
Wed, 02 Jan 2013 01:36:57 +0100 |
Pierre-Yves David |
branchmap: disable fallback to unfiltered branchcache
|
Fri, 28 Dec 2012 00:13:32 +0100 |
Pierre-Yves David |
branchmap: improve invalid cache message when reading
|
Tue, 04 Dec 2012 14:35:02 +0100 |
Julien Cristau |
tests: don't hardcode errno==2 for ENOENT
stable
|
Thu, 26 Jul 2012 16:41:42 +0200 |
Pierre-Yves David |
obsolete: add debug output regarding obsolete marker exchange.
stable
|
Sat, 28 Jul 2012 12:28:35 +0200 |
Pierre-Yves David |
pushkey: add more verbose debug output regarding pushkey
stable
|
Mon, 28 May 2012 19:45:15 -0300 |
Elifarley Callado Coelho Cruz |
acl: use of "!" prefix in user or group names
|