mercurial/exchange.py
Tue, 15 Apr 2014 11:27:55 -0400 Pierre-Yves David bundle2: return a stream from exchange.getbundle
Tue, 15 Apr 2014 13:57:15 -0400 Pierre-Yves David bundle2: let readbundle return unbundle20
Tue, 15 Apr 2014 13:42:45 -0400 Pierre-Yves David bundle2: prepare readbundle to return more that one type of bundle
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Mon, 14 Apr 2014 14:46:32 -0400 Pierre-Yves David bundle2: use headerless HG10UN stream in changegroup
Thu, 10 Apr 2014 10:53:43 -0700 Pierre-Yves David bundle2: allow using bundle2 for push
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sun, 13 Apr 2014 12:21:09 -0400 Pierre-Yves David exchange: restore truncated comment
Fri, 11 Apr 2014 07:36:14 -0700 Pierre-Yves David bundle2: rename part to bundlepart
Sat, 12 Apr 2014 00:53:15 -0400 Pierre-Yves David bundle2: use chunkbuffer for exchange.getbundle
Sat, 12 Apr 2014 14:56:55 -0400 Pierre-Yves David bundle2: lazily generate the changegroup part in exchange.getbundle
Fri, 11 Apr 2014 17:20:15 -0400 Matt Mackall exchange: fix pyflakes import complaint
Fri, 11 Apr 2014 13:43:41 -0400 Pierre-Yves David exchange: drop useless line break
Fri, 04 Apr 2014 17:50:44 -0700 Pierre-Yves David localrepo: add unbundle support
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
less more (0) -60 tip