log mercurial/exchange.py @ 23172:e955549cd045

age author description
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Fri, 24 Oct 2014 17:24:46 -0500 Gregory Szorc exchange: don't report failure from identical bookmarks stable
Fri, 24 Oct 2014 10:40:37 -0700 Gregory Szorc bookmarks: explicitly track identical bookmarks stable
Fri, 17 Oct 2014 02:17:36 -0700 Pierre-Yves David hook: schedule run "b2x-transactionclose" for after lock release
Thu, 25 Sep 2014 11:53:28 +0900 Mike Hommey bundle2: remove _getbundleextrapart
Wed, 01 Oct 2014 23:40:23 -0500 Pierre-Yves David bundle2: change header size and make them signed (new format)
Wed, 15 Oct 2014 04:19:37 -0700 Pierre-Yves David pull: call the `b2x-transactionclose` hook when closing the transaction
Tue, 14 Oct 2014 01:40:04 -0700 Pierre-Yves David pull: add source information to the transaction
Tue, 14 Oct 2014 00:06:46 -0700 Pierre-Yves David changegroup: store source and url in the `hookargs` dict
Thu, 16 Oct 2014 16:03:04 +0900 Mike Hommey bundle2: merge return values when bundle contains multiple changegroups
Tue, 14 Oct 2014 13:26:01 -0700 Durham Goode obsolete: add exchange option
Sun, 12 Oct 2014 06:40:36 -0700 Pierre-Yves David pull: use `stepsdone` instead of `todosteps`
Sat, 27 Sep 2014 00:29:06 -0700 Pierre-Yves David pull: make discovery phase extensible
Fri, 03 Oct 2014 11:07:47 -0500 Pierre-Yves David exchange: have `pull` return the pulloperation object
Sun, 28 Sep 2014 15:21:38 -0700 Pierre-Yves David pull: perform bookmark updates in the transaction
Sun, 28 Sep 2014 13:43:31 -0700 Pierre-Yves David pull: gather explicit bookmark pulls with bookmark updates
Sat, 27 Sep 2014 01:59:56 -0700 Pierre-Yves David pull: retrieve bookmarks through bundle2
Sat, 27 Sep 2014 01:37:56 -0700 Pierre-Yves David pull: retrieve bookmarks before obsmarkers
Sat, 27 Sep 2014 01:31:15 -0700 Pierre-Yves David pull: move bookmark pulling into its own function
Sat, 27 Sep 2014 01:34:02 -0700 Pierre-Yves David pull: perform the todostep inside functions handling old way of pulling
Sat, 27 Sep 2014 20:51:53 -0700 Pierre-Yves David push: gather all bookmark decisions together
Fri, 26 Sep 2014 18:33:11 -0700 Pierre-Yves David push: prepare the issue of multiple kinds of messages
Thu, 02 Oct 2014 13:19:49 -0500 Pierre-Yves David push: set bkresult when pushing bookmarks through bundle2
Fri, 26 Sep 2014 17:44:00 -0700 Pierre-Yves David pull: move bookmark movements inside the `exchange.pull`
Thu, 02 Oct 2014 11:35:20 -0500 Matt Mackall exchange: remove a broken i18n abuse
Thu, 25 Sep 2014 02:53:29 -0700 Pierre-Yves David push: perform bookmark export in the push function
Thu, 25 Sep 2014 00:57:36 -0700 Pierre-Yves David push: add `pushoperation.bkresult`
Thu, 25 Sep 2014 01:49:20 -0700 Pierre-Yves David push: pass list of bookmark to `exchange.push`
Thu, 25 Sep 2014 15:26:09 -0700 Pierre-Yves David exchange: import bookmarks as bookmod
Thu, 25 Sep 2014 02:21:59 -0700 Pierre-Yves David push: `exchange.push` now returns the `pushoperation` object
Thu, 25 Sep 2014 00:55:39 -0700 Pierre-Yves David push: rename `pushop.ret` to `pushop.cgresult`
Wed, 24 Sep 2014 21:50:03 -0700 Mike Hommey bundle2: remove heads and common arguments to getbundle parts generators
Thu, 25 Sep 2014 11:47:57 +0900 Mike Hommey bundle2: separate bundle10 and bundle2 cases in getbundle()
Thu, 25 Sep 2014 11:11:37 +0900 Mike Hommey bundle2: pass b2caps down to functions adding bundle2 parts for getbundle
Tue, 02 Sep 2014 12:11:36 +0200 Sune Foldager changegroup: rename bundle-related functions and classes
Tue, 26 Aug 2014 12:47:41 +0200 Pierre-Yves David bundle2: pull obsmarkers relevant to the pulled set through bundle2
Fri, 29 Aug 2014 12:36:17 +0200 Pierre-Yves David getbundle: add `obsmarkers` argument to getbundle
Fri, 29 Aug 2014 12:28:58 +0200 Pierre-Yves David pull: use the "cg" argument when pulling a bundle2
Wed, 20 Aug 2014 01:15:09 -0700 Pierre-Yves David push: only push obsmarkers relevant to the "pushed subset"
Mon, 25 Aug 2014 19:44:27 +0200 Pierre-Yves David push: use bundle2 to push obsmarkers when possible
Mon, 25 Aug 2014 19:32:51 +0200 Pierre-Yves David exchange: add a `buildobsmarkerpart` function
Mon, 25 Aug 2014 19:21:47 +0200 Pierre-Yves David bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
Mon, 25 Aug 2014 19:17:06 +0200 Pierre-Yves David obsmarker: move bundle2caps from the localrepo class to the bundle2 module
Wed, 20 Aug 2014 17:36:54 -0700 Pierre-Yves David push: check if local and remote support evolution during discovery
Fri, 15 Aug 2014 19:18:21 -0700 Pierre-Yves David exchange: remove duplicated addition to pushop.stepdone
Mon, 18 Aug 2014 20:23:37 -0400 Augie Fackler exchange: drop superfluous parens
Fri, 15 Aug 2014 19:03:42 -0700 Pierre-Yves David push: add bookmarks to the unified bundle2 push
Fri, 15 Aug 2014 18:40:57 -0700 Pierre-Yves David push: use stepsdone to control bookmark push
Fri, 15 Aug 2014 18:39:39 -0700 Pierre-Yves David push: move bookmark discovery with other discovery steps
Fri, 15 Aug 2014 18:02:54 -0700 Pierre-Yves David pushbookmark: split an ultra-long line into a saner version
Fri, 15 Aug 2014 18:26:21 -0700 Pierre-Yves David pushbookmark: do not attempt to update bookmarks if the push failed (BC)
Fri, 15 Aug 2014 17:58:15 -0700 Pierre-Yves David pushbookmark: remove a <cond> and <val> or <other> construct
Fri, 15 Aug 2014 16:31:06 -0700 Pierre-Yves David pushbookmark: stop unrolling ancestors
Fri, 15 Aug 2014 15:25:12 -0700 Pierre-Yves David push: update bookmarks within the remote lock
Wed, 06 Aug 2014 01:54:19 -0700 Pierre-Yves David phase: add a transaction argument to advanceboundary
Wed, 06 Aug 2014 00:54:37 -0700 Pierre-Yves David pull: pre-filter remote phases before moving local ones
Thu, 07 Aug 2014 14:58:12 -0500 Matt Mackall whitespace: nuke triple blank lines in **.py
Wed, 06 Aug 2014 00:54:15 -0700 Pierre-Yves David push: wrap local phase movement in a transaction
Thu, 31 Jul 2014 13:51:17 -0700 Pierre-Yves David push: use stepsdone for obsmarkers push
Sat, 05 Jul 2014 19:32:20 +0200 Pierre-Yves David push: introduce a discovery step for obsmarker
Sat, 05 Jul 2014 19:17:09 +0200 Pierre-Yves David push: move the list of obsmarker to push into the push operation
Fri, 04 Jul 2014 19:31:49 +0200 Pierre-Yves David push: explicitly encode a list of obsmarkers to push
Tue, 01 Jul 2014 23:08:17 +0200 Pierre-Yves David push: include phase push in the unified bundle2 push
Wed, 30 Jul 2014 19:26:47 -0700 Pierre-Yves David push: perform phases discovery before the push
Tue, 01 Jul 2014 17:06:02 +0200 Pierre-Yves David push: make discovery extensible
Wed, 30 Jul 2014 19:04:50 -0700 Pierre-Yves David push: rework the bundle2partsgenerators logic
Tue, 01 Jul 2014 17:27:22 +0200 Pierre-Yves David push: move common heads computation into pushop
Tue, 01 Jul 2014 17:20:47 +0200 Pierre-Yves David push: extract fallback heads computation into pushop
Tue, 01 Jul 2014 17:20:31 +0200 Pierre-Yves David push: extract future heads computation into pushop
Sat, 31 May 2014 16:48:29 -0700 Pierre-Yves David getbundle: add a ``cg`` boolean argument to control changegroup inclusion
Wed, 02 Jul 2014 16:13:48 +0200 Pierre-Yves David bundle2: only use callable return as reply handler stable
Wed, 02 Jul 2014 15:47:39 +0200 Pierre-Yves David bundle2-push: drop _pushbundle2extraparts
Wed, 02 Jul 2014 15:26:04 +0200 Pierre-Yves David bundle2-push: introduce a list of part generating functions
Wed, 02 Jul 2014 12:55:09 +0200 Pierre-Yves David bundle2-push: move changegroup push validation inside _pushb2ctx
Mon, 07 Jul 2014 12:30:31 +0200 Pierre-Yves David push: use `stepsdone` to control changegroup push through bundle10 or bundle20
Wed, 02 Jul 2014 12:48:54 +0200 Pierre-Yves David push: add a ``pushop.stepsdone`` attribute
Wed, 02 Jul 2014 11:42:35 +0200 Pierre-Yves David bundle2-push: extract changegroup logic in its own function
Wed, 02 Jul 2014 14:09:24 +0200 Pierre-Yves David bundle2: call _pushbundle2extraparts a bit sooner
Wed, 18 Jun 2014 20:59:36 -0500 Matt Mackall merge with stable
Wed, 18 Jun 2014 19:46:18 -0500 Matt Mackall push: restore contents of HG_URL for hooks (issue4268) stable
Tue, 27 May 2014 16:33:06 -0700 Pierre-Yves David push: use bundle2 to push phases when available
Tue, 27 May 2014 15:44:46 -0700 Pierre-Yves David pull: when remote supports it, pull phase data alongside changesets
Tue, 27 May 2014 15:43:09 -0700 Pierre-Yves David getbundle: support of listkeys argument when bundle2 is used
Thu, 29 May 2014 14:59:22 -0700 Pierre-Yves David getbundle: raise error if extra arguments are provided for bundle10
Tue, 27 May 2014 15:29:08 -0700 Pierre-Yves David pull: split remote phases retrieval from actual application
Thu, 22 May 2014 13:31:33 -0700 Pierre-Yves David bundle2: introduce a ``caps20to10`` function
Sat, 24 May 2014 16:20:09 -0700 Pierre-Yves David bundle2: introduce a bundle2caps function
Thu, 22 May 2014 12:58:07 -0700 Pierre-Yves David exchange: reinsert comment in the right place
Wed, 28 May 2014 15:31:05 -0700 Pierre-Yves David bundle2: move exception classes into the error module
Wed, 28 May 2014 14:22:24 -0700 Pierre-Yves David bundle2: rename UnknownPartError to BundleValueError
Fri, 23 May 2014 15:59:19 -0700 Pierre-Yves David bundle2: update all ``addpart`` callers to ``newpart``
Thu, 22 May 2014 16:27:16 -0700 Pierre-Yves David exchange: drop dead code
Thu, 22 May 2014 13:39:55 -0700 Pierre-Yves David exchange: fix indentation level
Wed, 07 May 2014 17:24:19 -0700 Durham Goode bundle2: fix bundle2 pulling all revs on empty pulls
Wed, 07 May 2014 19:26:15 -0700 Pierre-Yves David exchange: fix bad indentation
Wed, 07 May 2014 19:28:17 -0700 Pierre-Yves David exchange: propagate arguments to the _getbundleextrapart function
Wed, 07 May 2014 17:20:38 -0700 Durham Goode bundle2: fix configuration name mismatch
Tue, 29 Apr 2014 12:35:02 +0900 Yuya Nishihara exchange: fix invalid reference to bundle2.UnknownPartError caught by pyflakes stable
Mon, 21 Apr 2014 16:13:15 -0700 Pierre-Yves David bundle2: gracefully handle hook abort stable
Mon, 21 Apr 2014 18:59:09 -0700 Pierre-Yves David bundle2: fix raising errors during heads checking stable
Tue, 22 Apr 2014 11:41:34 -0700 Pierre-Yves David bundle2: catch UnknownPartError during local push stable
Mon, 21 Apr 2014 19:43:01 -0700 Pierre-Yves David bundle2: catch UnknownPartError during pull stable
Mon, 21 Apr 2014 19:42:51 -0700 Pierre-Yves David bundle2: catch UnknownPartError during push stable
Thu, 17 Apr 2014 16:56:15 -0400 Pierre-Yves David bundle2: allow extensions to extend the getbundle request
Thu, 17 Apr 2014 17:32:34 -0400 Pierre-Yves David bundle2: add a way to add parts during a `getbundle` request
Thu, 17 Apr 2014 17:25:50 -0400 Pierre-Yves David getbundle: pass arbitrary arguments all along the call chain
Thu, 17 Apr 2014 17:59:28 -0400 Pierre-Yves David bundle2: call a hook after the transaction is closed
Thu, 17 Apr 2014 17:21:39 -0400 Pierre-Yves David bundle2: call a hook prior to closing the transaction
Thu, 17 Apr 2014 17:16:21 -0400 Pierre-Yves David bundle2: inform transaction that we are in a bundle2 unbundle
Thu, 17 Apr 2014 16:54:15 -0400 Pierre-Yves David bundle2: allow extensions to plug into the push process
Thu, 17 Apr 2014 16:04:58 -0400 Pierre-Yves David bundle2: require both client and server to opt in
Thu, 17 Apr 2014 15:45:12 -0400 Pierre-Yves David bundle2: move all parts into a `bx2` namespace
Thu, 17 Apr 2014 15:33:17 -0400 Pierre-Yves David bundle2: rename server capability to bundle2-exp
Thu, 17 Apr 2014 15:27:54 -0400 Pierre-Yves David bundle2: use HG2X in the header
Thu, 17 Apr 2014 02:01:38 -0400 Pierre-Yves David bundle2: transmit capabilities to getbundle during pull
Thu, 17 Apr 2014 14:37:24 -0400 Pierre-Yves David bundle2: include client capabilities in the pushed bundle
Thu, 17 Apr 2014 01:49:20 -0400 Pierre-Yves David bundle2: advertise bundle2 caps in server capabilities
Wed, 16 Apr 2014 14:09:35 -0400 Pierre-Yves David bundle2: introduce `replycaps` part for on-demand reply
Tue, 15 Apr 2014 16:49:30 -0400 Pierre-Yves David bundle2: return a bundle20 object from exchanges.unbundle
Tue, 15 Apr 2014 16:42:52 -0400 Pierre-Yves David bundle2: feed a binary stream to `peer.unbundle`