mercurial/exchange.py
Fri, 04 Apr 2014 17:28:59 -0700 Pierre-Yves David unbundle: extract the core logic in another function
Fri, 04 Apr 2014 17:15:25 -0700 Pierre-Yves David unbundle: extract checkheads in its own function
Fri, 04 Apr 2014 16:41:51 -0700 Durham Goode exchange: pass bundlecaps through to changegroup
Tue, 01 Apr 2014 23:41:32 -0700 Pierre-Yves David bundle2: allow pulling changegroups using bundle2
Fri, 04 Apr 2014 01:51:54 -0700 Pierre-Yves David bundle2: add an exchange.getbundle function
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Tue, 01 Apr 2014 14:33:23 -0700 Pierre-Yves David localrepo: move the getlocalbundle method in changegroup module
Tue, 01 Apr 2014 13:59:55 -0700 Pierre-Yves David localrepo: move the _changegroupsubset method in changegroup module
Tue, 01 Apr 2014 13:45:48 -0700 Pierre-Yves David push: pass a `pushoperation` object to localrepo.checkpush
Tue, 01 Apr 2014 18:56:19 -0700 Pierre-Yves David pull: add a set of steps that remain to be done during the pull
Tue, 01 Apr 2014 17:35:25 -0700 Pierre-Yves David pull: put discovery step in its own function
Tue, 01 Apr 2014 17:28:21 -0700 Pierre-Yves David pull: move the cgresult logic in _pullchangeset
Tue, 01 Apr 2014 17:21:52 -0700 Pierre-Yves David pull: move return code in the pull operation object
Wed, 26 Mar 2014 15:55:32 -0700 Pierre-Yves David pull: prevent duplicated entry in `op.pulledsubset`
Thu, 27 Feb 2014 19:56:36 -0800 Siddharth Agarwal exchange: fix docs for pulloperation
Fri, 31 Jan 2014 01:39:59 -0800 Pierre-Yves David pull: move changeset pulling in its own function
Tue, 11 Feb 2014 14:51:38 -0800 Pierre-Yves David pull: move `fetch` subset into the object
Fri, 31 Jan 2014 01:34:00 -0800 Pierre-Yves David pull: make pulled subset a propertycache of the pull object
Fri, 31 Jan 2014 01:25:56 -0800 Pierre-Yves David pull: move phases synchronisation in its own function
Fri, 31 Jan 2014 01:21:42 -0800 Pierre-Yves David pull: move pulled subset into the object
Fri, 31 Jan 2014 01:12:35 -0800 Pierre-Yves David push: feed pulloperation object to _pullobsolete function
Fri, 31 Jan 2014 01:04:05 -0800 Pierre-Yves David pull: move transaction logic into the pull object
Thu, 30 Jan 2014 17:38:41 -0800 Pierre-Yves David pull: move obsolescence marker exchange in the exchange module
Sat, 01 Feb 2014 03:49:29 -0800 Pierre-Yves David pull: move `force` argument into pull object
Thu, 30 Jan 2014 17:35:55 -0800 Pierre-Yves David pull: move `heads` argument into pull object
Thu, 30 Jan 2014 17:32:04 -0800 Pierre-Yves David pull: move `remote` argument into pull object
Thu, 30 Jan 2014 17:24:49 -0800 Pierre-Yves David pull: introduce a pulloperation object
Thu, 30 Jan 2014 16:12:49 -0800 Pierre-Yves David exchange: extract pull function from localrepo
Thu, 30 Jan 2014 23:12:03 -0800 Pierre-Yves David push: extract new common set computation from phase synchronisation
Thu, 30 Jan 2014 23:16:43 -0800 Pierre-Yves David push: move `commonheads` into the push object
Thu, 30 Jan 2014 21:05:29 -0800 Pierre-Yves David push: move discovery in its own function
Thu, 30 Jan 2014 21:01:21 -0800 Pierre-Yves David push: move outgoing check logic in its own function
Thu, 30 Jan 2014 21:01:13 -0800 Pierre-Yves David push: move `incoming` into the push object
Thu, 30 Jan 2014 20:44:55 -0800 Pierre-Yves David push: move changeset push logic in its own function
Thu, 30 Jan 2014 20:34:35 -0800 Pierre-Yves David push: move `remoteheads` into the push object
Thu, 30 Jan 2014 20:22:43 -0800 Pierre-Yves David push: move phases synchronisation function in its own function
Thu, 30 Jan 2014 20:18:26 -0800 Pierre-Yves David push: move outgoing object in the push object
Thu, 30 Jan 2014 19:43:28 -0800 Pierre-Yves David push: move push return value in the push object
Thu, 30 Jan 2014 20:10:59 -0800 Pierre-Yves David push: move local phase move in a normal function
Thu, 30 Jan 2014 20:09:21 -0800 Pierre-Yves David push: explicitly feed pushop to localphasemove
Thu, 30 Jan 2014 20:00:34 -0800 Pierre-Yves David push: move local lock logic in pushoperation
Thu, 30 Jan 2014 19:55:09 -0800 Pierre-Yves David push: move obsolescence related message into _pushobsolescence function
Thu, 30 Jan 2014 19:51:21 -0800 Pierre-Yves David push: drop now outdated comment
Thu, 30 Jan 2014 17:56:09 -0800 Pierre-Yves David push: feed pushoperation object to _pushobsolete function
Thu, 30 Jan 2014 17:54:47 -0800 Pierre-Yves David push: move obsolescence marker exchange in the exchange module
Thu, 30 Jan 2014 17:51:41 -0800 Pierre-Yves David push: feed pushoperation object to _pushbookmark function
Thu, 30 Jan 2014 17:46:51 -0800 Pierre-Yves David push: move bookmarks exchange in the exchange module
Thu, 30 Jan 2014 17:08:29 -0800 Pierre-Yves David push: move `newbranch` argument into the push object
Thu, 30 Jan 2014 17:04:23 -0800 Pierre-Yves David push: move `revs` argument into the push object
Thu, 30 Jan 2014 16:59:25 -0800 Pierre-Yves David push: move `force` argument into the push object
Thu, 30 Jan 2014 16:57:01 -0800 Pierre-Yves David push: move `remote` argument in the push object
Thu, 30 Jan 2014 16:46:30 -0800 Pierre-Yves David push: ease access to current ui object
Thu, 30 Jan 2014 16:43:11 -0800 Pierre-Yves David push: introduce a pushoperation object
Thu, 30 Jan 2014 15:34:01 -0800 Pierre-Yves David exchange: extract push function from localrepo
less more (0) tip