mercurial/exchange.py
Thu, 23 Jul 2020 16:57:56 +0200 Pierre-Yves David exchange: backout changeset c26335fa4225 stable
Fri, 17 Jul 2020 08:21:31 +0200 Manuel Jacob exchange: check actually missing revs for obsolete / unstable revs (issue6372)
Fri, 17 Jul 2020 09:20:48 +0200 Manuel Jacob discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof`
Wed, 08 Jul 2020 00:15:15 +0200 Joerg Sonnenberger phases: sparsify phase lists
Mon, 22 Jun 2020 00:00:07 +0200 Joerg Sonnenberger clonebundles: optional memory-requirement attribution
Sat, 29 Feb 2020 12:58:38 +0530 Pulkit Goyal pull: add `--confirm` flag to confirm before writing changes
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Thu, 13 Feb 2020 22:51:17 -0500 Valentin Gatien-Baron bookmarks: prevent pushes of divergent bookmarks (foo@remote)
Wed, 22 Jan 2020 12:11:35 -0500 Matt Harbison exchange: check the `ui.clonebundleprefers` form while processing (issue6257)
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
Thu, 12 Dec 2019 12:30:15 -0500 Matt Harbison exchange: ensure all outgoing subrepo references are present before pushing
Sat, 07 Dec 2019 22:09:43 -0500 Matt Harbison exchange: fix an attempt to format a list into bytes
Thu, 05 Dec 2019 08:59:23 -0800 Martin von Zweigbergk exchange: replace a "not x in ys" by more Pythonic "x not in ys"
Sat, 23 Nov 2019 00:03:18 -0500 Matt Harbison exchange: guard against method invocation on `b2caps=None` args
Fri, 22 Nov 2019 23:58:25 -0500 Matt Harbison exchange: eliminate some bytes.format() calls
Fri, 15 Nov 2019 22:22:55 +0900 Yuya Nishihara merge with stable
Sat, 09 Nov 2019 10:31:58 +0100 Denis Laxalde py3: fix sorting of obsolete markers in obsutil (issue6217) stable
Sat, 09 Nov 2019 13:23:53 +0100 Pierre-Yves David index: use `index.get_rev` in `exchange._pullapplyphases`
Sat, 09 Nov 2019 13:23:53 +0100 Pierre-Yves David index: use `index.rev` in `exchange.fallbackheads`
Fri, 08 Nov 2019 16:00:47 +0100 Pierre-Yves David index: use `index.has_node` in `exchange._pulldiscoverychangegroup`
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 17 Oct 2019 13:34:21 +0200 Denis Laxalde py3: fix sorting of obsolete markers during push
Thu, 17 Oct 2019 13:30:58 +0200 Denis Laxalde exchange: extract a function to sort obsolete markers
Thu, 10 Oct 2019 20:27:34 +0200 Denis Laxalde py3: fix sorting of obsolete markers when building bundle
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedata: apply basic but tight security around exchange
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
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, 08 Sep 2019 20:26:36 -0400 Valentin Gatien-Baron exchange: convert bookmark nodes from hex to bin ASAP
Sun, 08 Sep 2019 20:10:32 -0400 Valentin Gatien-Baron exchange: avoid unnecessary conversion of bookmark nodes to hex (API)
Sun, 08 Sep 2019 20:09:31 -0400 Valentin Gatien-Baron doc: fix up confusing doc comment
Sat, 31 Aug 2019 11:10:12 +0900 Yuya Nishihara merge with stable
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Sat, 17 Aug 2019 01:49:28 +0530 Navaneeth Suresh exchange: abort on pushing bookmarks pointing to secret changesets (issue6159) stable
Wed, 15 May 2019 22:11:41 -0700 Martin von Zweigbergk exchange: don't take wlock if bookmarks are stored in .hg/store/
Wed, 17 Apr 2019 15:06:41 +0300 Pulkit Goyal narrow: send specs as bundle2 data instead of param (issue5952) (issue6019) stable
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Wed, 20 Feb 2019 18:02:28 -0500 Augie Fackler cleanup: prefer nested context managers to \-continuations
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 15 Feb 2019 11:31:17 -0800 Gregory Szorc exchange: raise error.Abort instead of ValueError
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Mon, 05 Nov 2018 13:52:19 +0800 Anton Shestakov push: config option to control behavior when pushing to a publishing server
Sat, 27 Oct 2018 21:13:23 +0800 Anton Shestakov push: add --publish flag to change phase of pushed changesets
Tue, 16 Oct 2018 17:53:26 +0300 Pulkit Goyal exchange: pass includepats and excludepats as arguments to getbundle()
Thu, 18 Oct 2018 14:41:14 +0300 Pulkit Goyal py3: add a r'' prefix in mercurial/exchange.py
Fri, 05 Oct 2018 11:07:34 -0700 Martin von Zweigbergk narrow: when widening, don't include manifests the client already has
Wed, 10 Oct 2018 17:36:59 +0300 Pulkit Goyal narrow: only send the narrowspecs back if ACL in play
Fri, 14 Sep 2018 14:56:13 -0700 Gregory Szorc exchange: support declaring pull depth
Sat, 29 Sep 2018 23:52:00 -0400 Matt Harbison py3: use util.forcebytestr() to convert push lock error to bytes
Wed, 12 Sep 2018 10:01:16 -0700 Gregory Szorc wireprotov2: define and implement "changesetdata" command
Wed, 12 Sep 2018 09:58:23 -0700 Gregory Szorc exchangev2: start to implement pull with wire protocol v2
Tue, 11 Sep 2018 17:21:18 -0700 Gregory Szorc exchange: support defining narrow file patterns for pull
Thu, 16 Aug 2018 19:23:24 +0000 Gregory Szorc exchange: don't use dagutil
Fri, 03 Aug 2018 11:02:34 -0700 Martin von Zweigbergk narrow: move requirement constant from changegroup to repository
Sat, 28 Jul 2018 17:42:36 -0700 Gregory Szorc exchange: move simple narrow changegroup generation from extension
Sat, 28 Jul 2018 17:33:20 -0700 Gregory Szorc exchange: make narrow ACL presence imply narrow=True
Mon, 02 Jul 2018 18:39:48 -0700 Gregory Szorc exchange: refactor control flow of _getbundlechangegrouppart()
Mon, 02 Jul 2018 18:32:20 -0700 Gregory Szorc exchange: move _computeellipsis() from narrow
Mon, 02 Jul 2018 18:24:26 -0700 Gregory Szorc exchange: move narrow acl functionality into core
Sat, 28 Jul 2018 10:41:23 -0700 Gregory Szorc exchange: move disabling of rev-branch-cache bundle part out of narrow
Thu, 15 Mar 2018 17:37:03 +0530 Pulkit Goyal remotenames: synchronise remotenames after push also
Sun, 08 Jul 2018 18:52:28 +0900 Yuya Nishihara py3: fix revnums in bookmark discovery to be consumable more than once
Tue, 15 May 2018 22:12:55 +0900 Yuya Nishihara push: continue without locking on lock failure other than EEXIST (issue5882) stable
Tue, 17 Apr 2018 02:41:25 +0200 Joerg Sonnenberger bundlespec: drop externalnames flag
Sat, 14 Apr 2018 18:36:00 -0700 Gregory Szorc exchange: use command executor interface for calling listkeys
Sat, 14 Apr 2018 01:59:55 +0530 Pulkit Goyal py3: use stringutil.forcebytestr() instead of str()
Fri, 13 Apr 2018 12:13:42 -0700 Gregory Szorc wireproto: properly call clonebundles command
Fri, 13 Apr 2018 11:37:37 -0700 Gregory Szorc exchange: use command executor for getbundle
Fri, 13 Apr 2018 11:45:38 -0700 Gregory Szorc exchange: use command executor for pushkey
Fri, 13 Apr 2018 11:30:44 -0700 Gregory Szorc wireproto: use command executor for unbundle
Fri, 13 Apr 2018 11:12:19 -0700 Gregory Szorc wireproto: convert legacy commands to command executor
Thu, 18 Jan 2018 12:54:01 +0100 Joerg Sonnenberger wireproto: support for pullbundles
Sat, 31 Mar 2018 14:51:34 +0530 Pulkit Goyal bundleoperation: pass the source argument from all the users
Wed, 31 Jan 2018 17:15:44 +0100 Boris Feld streamclonebundle: make sure we accept new stream clone bundle spec
Wed, 31 Jan 2018 11:10:55 +0100 Boris Feld bundlespec: add support for some variants
Wed, 31 Jan 2018 11:09:20 +0100 Boris Feld bundle: add the possibility to bundle a stream v2 part
Fri, 30 Mar 2018 12:43:57 +0200 Boris Feld bundlespec: move computing the bundle contentops in parsebundlespec
Fri, 30 Mar 2018 12:43:08 +0200 Boris Feld bundlespec: introduce an attr-based class for bundlespec
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 18 Jan 2018 14:58:02 +0100 Boris Feld revbranchcache: add the necessary bit to send 'rbc' data over bundle2
Fri, 09 Mar 2018 15:53:41 +0100 Boris Feld push-discovery: extract the bookmark comparison logic in its own function
Fri, 09 Mar 2018 16:31:35 +0100 Boris Feld push-discovery: don't turn use generator when comparing bookmarks
Thu, 01 Mar 2018 17:16:36 -0800 Martin von Zweigbergk exchange: remove dead assignment or forcebundle1
Wed, 28 Feb 2018 19:55:25 +0530 Pulkit Goyal py3: use util.forcebytestr to convert str to bytes
Sun, 25 Feb 2018 23:09:07 -0500 Augie Fackler py3: convert known-int values to bytes using %d
Sun, 25 Feb 2018 23:08:41 -0500 Augie Fackler py3: hunt down str(exception) instances and use util.forcebytestr
Wed, 31 Jan 2018 16:31:34 +0100 Boris Feld bundle2: fix the formatting of the stream part requirements stable
Mon, 29 Jan 2018 10:28:10 +0100 Boris Feld streamclone: extract requirements formatting stable
Mon, 22 Jan 2018 12:22:01 -0800 Gregory Szorc exchange: don't send stream data when server.uncompressed is set
Mon, 22 Jan 2018 12:19:49 -0800 Gregory Szorc bundle2: move version of stream clone into part name
Mon, 22 Jan 2018 12:12:29 -0800 Gregory Szorc exchange: send bundle2 stream clones uncompressed
Sat, 20 Jan 2018 13:41:57 -0800 Gregory Szorc exchange: return bundle info from getbundlechunks() (API)
Sat, 20 Jan 2018 15:26:31 -0800 Gregory Szorc exchange: make stream bundle part deterministic
Sat, 20 Jan 2018 13:54:36 -0800 Gregory Szorc bundle2: specify what capabilities will be used for
Thu, 18 Jan 2018 00:50:02 +0100 Boris Feld streamclone: add support for cloning non append-only file
Wed, 17 Jan 2018 16:41:44 +0100 Boris Feld streamclone: add support for bundle2 based stream clone
Wed, 17 Jan 2018 14:13:46 +0100 Boris Feld pull: preindent some code
Wed, 17 Jan 2018 16:32:05 +0100 Boris Feld pull: reorganize bundle2 argument bundling
Wed, 17 Jan 2018 16:36:23 +0100 Boris Feld bundle2: add support for a 'stream' parameter to 'getbundle'
Wed, 10 Jan 2018 11:02:20 -0800 Martin von Zweigbergk exchange: use context manager for locks and transaction in unbundle()
Sun, 10 Dec 2017 04:46:25 +0530 Pulkit Goyal py3: handle keyword arguments correctly in exchange.py
Thu, 07 Dec 2017 00:26:45 +0530 Pulkit Goyal remotenames: rename related file and storage dir to logexchange
Wed, 06 Dec 2017 23:33:01 +0100 Boris Feld push: restrict common discovery to the pushed set
Tue, 17 Oct 2017 15:27:22 +0200 Boris Feld pull: retrieve bookmarks through the binary part when possible
Tue, 17 Oct 2017 15:27:17 +0200 Boris Feld getbundle: add support for 'bookmarks' boolean argument
Tue, 17 Oct 2017 12:38:13 +0200 Boris Feld bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165)
Sun, 15 Oct 2017 19:22:56 +0200 Boris Feld push: move bundle2-pushkey based bookmarks exchange in its own function
Mon, 13 Nov 2017 04:22:45 +0100 Boris Feld push: include a 'check:bookmarks' part when possible
Thu, 05 Oct 2017 00:02:02 +0530 Pulkit Goyal remotenames: move function to pull remotenames from the remoterepo to core
Tue, 17 Oct 2017 15:55:40 +0200 Boris Feld exchange: drop unused '_getbookmarks' function
Tue, 17 Oct 2017 11:01:45 +0200 Boris Feld pull: store binary node in pullop.remotebookmarks
Thu, 19 Oct 2017 21:50:14 +0200 Boris Feld exchange: propagate the subfunctions return stable
Wed, 20 Sep 2017 19:38:06 +0200 Boris Feld phase: use a binary phase part to push through bundle2 (BC)
Wed, 20 Sep 2017 19:17:37 +0200 Boris Feld phase: isolate logic to update remote phrase through bundle2 pushkey
Wed, 11 Oct 2017 07:40:00 +0200 Boris Feld phase: generate a push-race detection part on push
Wed, 11 Oct 2017 18:39:04 +0200 Boris Feld phase: gather remote phase information in a summary object
Wed, 11 Oct 2017 18:39:34 +0200 Boris Feld phase: simplify the check for issue3781 shortcut in discovery
Mon, 16 Oct 2017 12:36:42 +0200 Boris Feld exchange: fix issue3781 reference in the comment
Sat, 30 Sep 2017 07:43:53 -0400 Augie Fackler exchange: remove superfluous pass statements
Sat, 30 Sep 2017 10:09:29 +0100 Boris Feld exchange: fix test for remote support of binary phases
Thu, 28 Sep 2017 15:24:54 +0100 Gregory Szorc exchange: perform stream clone with clone bundle with --uncompressed
Tue, 26 Sep 2017 15:55:01 +0200 Boris Feld pull: remove inadequate use of operations records to update stepdone
Sun, 24 Sep 2017 21:27:18 +0200 Boris Feld pull: use 'phase-heads' to retrieve phase information
Wed, 20 Sep 2017 05:47:33 +0200 Boris Feld discovery: avoid dropping remote heads hidden locally
Fri, 15 Sep 2017 18:38:36 -0400 Augie Fackler bundles: turn nbchanges int into a bytestr using pycompat.bytestr
Sat, 16 Sep 2017 11:09:08 -0400 Augie Fackler exchange: hit opargs with pycompat.strkwargs before **-ing it
Tue, 22 Aug 2017 21:21:13 -0400 Augie Fackler exchange: use '%d' % x instead of str(x) to encode ints
Tue, 12 Sep 2017 09:13:02 -0700 Durham Goode changegroup: avoid creating empty changegroup part
Sun, 10 Sep 2017 18:51:31 -0700 Durham Goode changegroup: remove external uses of getbundler
Sun, 10 Sep 2017 18:50:12 -0700 Durham Goode changegroup: replace getchangegroup with makechangegroup
Sun, 10 Sep 2017 19:01:56 -0700 Durham Goode changegroup: replace getlocalchangegroupraw with makestream
Sun, 10 Sep 2017 18:39:02 -0700 Durham Goode changegroup: replace getsubset with makechangegroup
Thu, 17 Aug 2017 13:04:47 -0700 Martin von Zweigbergk exchange: don't attempt phase exchange if phase-heads was in bundle
Wed, 16 Aug 2017 15:48:48 -0700 Jun Wu pushvars: do not mangle repo state
Fri, 28 Jul 2017 22:04:27 -0700 Martin von Zweigbergk exchange: simplify unbundle locking using context managers
Fri, 28 Jul 2017 22:42:10 -0700 Martin von Zweigbergk util: add base class for transactional context managers
Mon, 14 Aug 2017 16:26:36 -0700 Martin von Zweigbergk exchange: remove need for "locked" variable
Mon, 14 Aug 2017 16:14:14 -0700 Martin von Zweigbergk exchange: drop now-unnecessary "local" from lock name variables
Fri, 28 Jul 2017 21:49:44 -0700 Martin von Zweigbergk exchange: remove 'locallocked' member from pushop object
Wed, 02 Aug 2017 19:13:56 +0200 Boris Feld context: rename troubled into isunstable
Wed, 02 Aug 2017 18:34:39 +0200 Boris Feld context: rename troubles into instabilities
Sat, 05 Aug 2017 15:15:20 -0700 Gregory Szorc exchange: access requirements on repo instead of peer
Sun, 06 Aug 2017 17:44:56 -0700 Gregory Szorc exchange: drop support for lock-based unbundling (BC)
Mon, 31 Jul 2017 09:59:42 +0530 Pulkit Goyal pushvars: move fb extension pushvars to core
Tue, 01 Aug 2017 18:07:34 +0200 Boris Feld evolution: rename bumped to phase-divergent
Tue, 01 Aug 2017 17:58:20 +0200 Boris Feld evolution: rename divergent to content-divergent
Tue, 01 Aug 2017 17:53:48 +0200 Boris Feld evolution: rename unstable to orphan
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Wed, 28 Jun 2017 17:41:25 +0200 Pierre-Yves David pushrace: avoid crash on bare push when using concurrent push mode
Thu, 22 Jun 2017 15:00:19 -0700 Martin von Zweigbergk bundle: make applybundle() delegate v1 bundles to applybundle1()
Wed, 21 Jun 2017 21:08:48 -0700 Martin von Zweigbergk bundle: make applybundle1() return a bundleoperation
Fri, 16 Jun 2017 10:25:11 -0700 Martin von Zweigbergk bundle: add a applybundle1() method
Thu, 22 Jun 2017 14:04:13 -0700 Martin von Zweigbergk bundle: make combinechangegroupresults() take a bundleoperation
Thu, 22 Jun 2017 13:58:20 -0700 Martin von Zweigbergk bundle: move combineresults() from changegroup to bundle2
Fri, 16 Jun 2017 16:56:16 -0700 Martin von Zweigbergk bundle2: record changegroup data in 'op.records' (API)
Thu, 22 Jun 2017 03:16:16 +0530 Pulkit Goyal py3: convert kwargs' keys' to str using pycompat.strkwargs()
Thu, 22 Jun 2017 03:10:24 +0530 Pulkit Goyal py3: convert kwargs keys' back to bytes using pycompat.byteskwargs()
Sat, 17 Jun 2017 13:25:42 +0200 Pierre-Yves David configitems: register 'ui.clonebundleprefers' as example for 'configlist'
Mon, 19 Jun 2017 22:14:37 -0700 Martin von Zweigbergk clonebundle: update hook arguments (BC)
Thu, 15 Jun 2017 22:46:38 -0700 Martin von Zweigbergk changegroup: let callers pass in transaction to apply() (API)
Thu, 15 Jun 2017 16:10:53 -0700 Martin von Zweigbergk exchange: create transaction for bundle1 unbundling earlier
Sat, 17 Jun 2017 15:05:11 +0530 Pulkit Goyal py3: use pycompat.strkwargs() to convert kwargs keys to str before passing
Fri, 16 Jun 2017 22:57:31 -0700 Martin von Zweigbergk exchange: switch to usual way of testing for bundle2-ness
Thu, 15 Jun 2017 22:57:20 -0700 Martin von Zweigbergk exchange: use context manager for bundle1 unbundling
Thu, 15 Jun 2017 17:00:32 -0700 Martin von Zweigbergk clonebundle: use context managers for lock and transaction
Mon, 29 May 2017 05:53:58 +0200 Pierre-Yves David push: add a way to allow concurrent pushes on unrelated heads
Sat, 03 Jun 2017 16:33:28 -0400 Augie Fackler merge with stable
Sun, 28 May 2017 11:48:18 -0700 Pierre-Yves David bundle2: move function building obsmarker-part in the bundle2 module
Wed, 24 May 2017 15:25:24 -0700 Gregory Szorc exchange: print full reason variable stable
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Mon, 15 May 2017 09:35:27 -0700 Durham Goode changegroup: add bundlecaps back
Mon, 08 May 2017 17:30:51 -0700 Siddharth Agarwal bundle2: don't check for whether we can do stream clones
Fri, 05 May 2017 17:28:52 +0200 Pierre-Yves David bundle2: move tagsfnodecache generation in a generic function
Wed, 26 Apr 2017 21:56:47 +0900 Yuya Nishihara base85: proxy through util module
Thu, 04 May 2017 12:41:36 +0200 Pierre-Yves David exchange: directly 'getchangegroup'
Tue, 02 May 2017 23:47:10 -0700 Martin von Zweigbergk changegroup: delete unused 'bundlecaps' argument (API)
Sat, 18 Mar 2017 12:27:52 -0400 Augie Fackler merge with stable
Thu, 16 Mar 2017 12:33:15 -0700 Gregory Szorc exchange: use v2 bundles for modern compression engines (issue5506) stable
Thu, 16 Mar 2017 12:23:56 -0700 Gregory Szorc exchange: reject new compression engines for v1 bundles (issue5506) stable
Mon, 13 Feb 2017 09:44:16 -0800 Martin von Zweigbergk merge with stable
Fri, 10 Feb 2017 18:17:20 +0100 Pierre-Yves David getbundle: cleanly handle remote abort during getbundle stable
Fri, 10 Feb 2017 17:56:47 +0100 Pierre-Yves David bundle2: keep hint close to the primary message when remote abort stable
Thu, 02 Feb 2017 10:53:55 +0100 Pierre-Yves David unbundle: swap conditional branches for clarity
Thu, 02 Feb 2017 10:55:38 +0100 Pierre-Yves David unbundle: add a small comment to tag the bundle1 case as such
Thu, 02 Feb 2017 10:51:04 +0100 Pierre-Yves David unbundle: add a small comment to clarify the 'check_heads' call
Mon, 26 Dec 2016 12:11:29 -0700 Gregory Szorc exchange: use rich class for sorting clone bundle entries
Fri, 09 Dec 2016 03:22:26 -0800 Stanislau Hlebik bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)
Tue, 22 Nov 2016 01:33:31 -0800 Stanislau Hlebik bookmarks: rename `compare()` to `comparebookmarks()` (API)
Thu, 17 Nov 2016 00:59:41 -0800 Stanislau Hlebik exchange: add `_getbookmarks()` function
Thu, 10 Nov 2016 23:34:15 -0800 Gregory Szorc exchange: obtain compression engines from the registrar
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Sun, 16 Oct 2016 10:38:52 -0700 Gregory Szorc exchange: refactor APIs to obtain bundle data (API)
Tue, 23 Aug 2016 23:47:59 +0200 Pierre-Yves David pull: grab wlock during pull
Tue, 09 Aug 2016 17:06:35 +0200 Pierre-Yves David computeoutgoing: move the function from 'changegroup' to 'exchange'
Tue, 09 Aug 2016 17:00:38 +0200 Pierre-Yves David getchangegroup: take an 'outgoing' object as argument (API)
Mon, 15 Aug 2016 12:26:02 -0400 Augie Fackler merge with stable
Fri, 05 Aug 2016 16:25:15 -0400 Augie Fackler exchange: correctly specify url to unbundle (issue5145) stable
Wed, 03 Aug 2016 16:23:26 +0200 Pierre-Yves David bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
Tue, 02 Aug 2016 14:48:21 +0200 Pierre-Yves David bundle2: add a devel option controling bundle version used for exchange
Wed, 03 Aug 2016 15:01:23 +0200 Pierre-Yves David bundle2: rename the _canusebundle2 method to _forcebundle1
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Wed, 01 Jun 2016 22:58:57 +0200 liscju bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Thu, 05 May 2016 20:57:38 +0900 Mike Hommey bundle2: properly request phases during getbundle stable
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Wed, 13 Apr 2016 01:09:11 +0200 Mads Kiilerich localrepo: refactor prepushoutgoinghook to take a pushop
Fri, 25 Mar 2016 16:13:28 -0700 Martin von Zweigbergk exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()
Fri, 25 Mar 2016 16:01:40 -0700 Martin von Zweigbergk exchange: get rid of "getcgkwargs" variable
Thu, 10 Mar 2016 17:31:38 -0600 Nathan Goldbaum pushoperation: fix language issues in docstring
Fri, 19 Feb 2016 22:28:09 +0100 liscju bookmarks: add 'hg push -B .' for pushing the active bookmark (issue4917)
Wed, 27 Jan 2016 09:07:28 -0800 Martin von Zweigbergk changegroup: fix pulling to treemanifest repo from flat repo (issue5066) stable
Fri, 22 Jan 2016 16:31:50 -0800 Martin von Zweigbergk exchange: set 'treemanifest' param on pushed changegroups too stable
Thu, 14 Jan 2016 22:49:03 -0800 Gregory Szorc exchange: implement function for inferring bundle specification
Tue, 12 Jan 2016 21:01:06 -0800 Martin von Zweigbergk changegroup: hide packermap behind methods
Fri, 08 Jan 2016 10:58:04 -0800 Gregory Szorc exchange: make clone bundles non-experimental and enabled by default
Fri, 08 Jan 2016 10:57:01 -0800 Gregory Szorc exchange: make clonebundleprefers non-experimental
Fri, 08 Jan 2016 21:13:06 -0800 Martin von Zweigbergk treemanifests: set bundle2 part parameter indicating treemanifest
Fri, 18 Dec 2015 13:53:50 -0600 Matt Mackall pull: make a single call to obsstore.add (issue5006)
Wed, 23 Dec 2015 12:32:08 -0800 Gregory Szorc exchange: use absolute_import
Fri, 04 Dec 2015 13:31:01 -0800 Gregory Szorc exchange: standalone function to determine if bundle2 is requested
Tue, 10 Nov 2015 11:13:21 -0800 Ryan McElroy exchange: pass pushop to discovery.checkheads
Tue, 03 Nov 2015 12:16:54 -0800 Gregory Szorc exchange: do not attempt clone bundle if local repo is non-empty (issue4932) stable
Sat, 24 Oct 2015 00:39:22 +0100 Gregory Szorc bundle2: attribute remote failures to remote (issue4788) stable
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Wed, 14 Oct 2015 02:06:54 -0400 timeless grammar: use does instead of do where appropriate
Sat, 17 Oct 2015 11:37:08 -0700 Gregory Szorc exchange: support streaming clone bundles in clone bundles
Sat, 17 Oct 2015 10:26:34 -0700 Gregory Szorc exchange: parse requirements from stream clone specification string
Wed, 14 Oct 2015 17:00:34 -0700 Gregory Szorc exchange: support parameters in bundle specification strings
Thu, 15 Oct 2015 13:00:45 -0700 Gregory Szorc exchange: support for streaming clone bundles
Thu, 15 Oct 2015 14:53:32 -0700 Gregory Szorc exchange: don't print error codes after clone bundle failure
Tue, 13 Oct 2015 23:04:53 -0700 Sean Farley exchange: add oparg to push so that extensions can wrap pushop
Tue, 13 Oct 2015 17:12:29 -0400 Augie Fackler exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Wed, 14 Oct 2015 10:36:20 -0700 Gregory Szorc exchange: advertise if a clone bundle was attempted
Tue, 13 Oct 2015 14:55:02 -0700 Gregory Szorc exchange: record that we attempted to fetch a clone bundle
Tue, 13 Oct 2015 12:41:32 -0700 Gregory Szorc exchange: provide hint on how to disable clone bundles
Wed, 14 Oct 2015 10:03:26 -0700 Gregory Szorc exchange: document filterclonebundleentries
Tue, 13 Oct 2015 22:53:08 -0700 Sean Farley exchange: use pushop.repo instead of repo
Tue, 13 Oct 2015 12:30:39 -0700 Gregory Szorc exchange: support sorting URLs by client-side preferences
Tue, 13 Oct 2015 12:31:19 -0700 Gregory Szorc exchange: extract bundle specification components into own attributes
less more (0) -240 tip