mercurial/exchange.py
Fri, 21 Nov 2014 15:50:38 -0800 Eric Sumner bundle2-push: provide transaction to reply unbundler
Fri, 21 Nov 2014 15:06:38 -0800 Eric Sumner push: elevate phase transaction to cover entire operation
Fri, 21 Nov 2014 14:32:57 -0800 Eric Sumner pull: extract transaction logic into separate object
Sat, 22 Nov 2014 17:09:04 -0600 Matt Mackall merge with stable
Wed, 19 Nov 2014 01:36:17 +0000 Pierre-Yves David push: stop independent usage of bundle2 in syncphase (issue4454) stable
Sat, 08 Nov 2014 16:35:15 +0000 Pierre-Yves David transaction: pass the transaction to 'postclose' callback
Tue, 28 Oct 2014 14:58:36 +0100 Pierre-Yves David exchange: use the postclose API on transaction
Fri, 24 Oct 2014 15:58:46 -0400 Mike Edgar exchange: swap "push" for "pull" in pulloperation docstring
Wed, 29 Oct 2014 12:46:08 -0400 Mike Edgar exchange: prepare kwargs for bundle2 part generation exactly once
Sat, 25 Oct 2014 00:40:51 -0400 Mike Edgar exchange: fix indentation in _pullchangeset
Thu, 06 Nov 2014 09:52:57 +0000 Pierre-Yves David bundle2: handle empty 'b2x:changegroup' value in push and pull
Fri, 17 Oct 2014 21:55:31 -0700 Pierre-Yves David changelog: handle writepending in the transaction
Fri, 17 Oct 2014 12:19:24 -0700 Pierre-Yves David push: send highest changegroup format supported by both side
Fri, 17 Oct 2014 14:59:10 +0200 Pierre-Yves David getbundle: send highest changegroup format supported by both side
Fri, 17 Oct 2014 14:41:02 +0200 Sune Foldager changegroup: introduce "raw" versions of some commands
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
less more (0) -100 -60 tip