log mercurial/changegroup.py @ 22969:805c18b27f48

age author description
Tue, 14 Oct 2014 00:09:25 -0700 Pierre-Yves David addchangegroup: call `prechangegroup` hook after transaction retrieval
Tue, 14 Oct 2014 00:03:03 -0700 Pierre-Yves David addchangegroup: get the `node` argument of `incoming` hook from transaction
Thu, 16 Oct 2014 15:54:53 +0900 Mike Hommey changegroup: use a copy of hookargs when invoking the changegroup hook
Tue, 02 Sep 2014 12:11:36 +0200 Sune Foldager changegroup: rename bundle-related functions and classes
Tue, 05 Aug 2014 23:52:21 -0700 Pierre-Yves David phase: add a transaction argument to retractboundary
Wed, 06 Aug 2014 01:54:19 -0700 Pierre-Yves David phase: add a transaction argument to advanceboundary
Tue, 05 Aug 2014 13:49:38 -0700 Pierre-Yves David changegroup: add a `targetphase` argument to `addchangegroup`
Wed, 07 May 2014 17:22:34 -0700 Durham Goode changegroup: refactor outgoing logic into a function
Thu, 17 Apr 2014 17:46:26 -0400 Pierre-Yves David changegroup: use tr.hookargs when calling changegroup hooks
Thu, 17 Apr 2014 17:15:02 -0400 Pierre-Yves David changegroup: use tr.hookargs when calling pretxnchangegroup hooks
Thu, 17 Apr 2014 17:09:20 -0400 Pierre-Yves David addchangegroup: register data in tr.hookargs
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Thu, 10 Apr 2014 13:19:00 -0700 Pierre-Yves David changegroup: move chunk extraction into a getchunks method of unbundle10
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori changegroup: add "vfs" argument to "readbundle()" to pass relative filename
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori changegroup: add "vfs" argument to "writebundle()" for relative access via vfs
Mon, 07 Apr 2014 18:10:50 -0700 Pierre-Yves David phase: apply publishing enforcement for "serve" source
Fri, 04 Apr 2014 14:01:25 -0500 Matt Mackall merge with stable
Thu, 03 Apr 2014 20:29:03 -0500 Sean Farley changegroup: remove unused variable caught by pyflakes stable
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Tue, 01 Apr 2014 15:21:56 -0700 Pierre-Yves David localrepo: move the addchangegroupfiles method in changegroup module
Tue, 01 Apr 2014 15:08:27 -0700 Pierre-Yves David localrepo: move the changegroup method in changegroup module
Tue, 01 Apr 2014 14:40:35 -0700 Pierre-Yves David localrepo: move the getbundle 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 14:25:03 -0700 Pierre-Yves David localrepo: move the changegroupsubset method in changegroup module
Tue, 01 Apr 2014 14:13:34 -0700 Pierre-Yves David localrepo: move the changegroupinfo method in changegroup module
Tue, 01 Apr 2014 13:59:55 -0700 Pierre-Yves David localrepo: move the _changegroupsubset method in changegroup module
Wed, 12 Mar 2014 13:14:31 -0400 Augie Fackler changegroup: move from dict() construction to {} literals
Sat, 07 Sep 2013 21:20:00 +0200 Antoine Pitrou bundle: fix performance regression when bundling file changes (issue4031) stable
Tue, 25 Jun 2013 13:23:12 -0700 Durham Goode bundle: move file chunk generation to it's own function
Wed, 19 Jun 2013 14:17:03 -0500 Matt Mackall changegroup: fix fastpath during commit