log mercurial/changegroup.py @ 20931:de60ca3a390e

age author description
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
Thu, 30 May 2013 18:47:16 -0700 Durham Goode filelog: switch 'not len(filerevlog)' to 'not filerevlog'
Thu, 30 May 2013 17:51:13 -0700 Durham Goode bundle: refactor changegroup prune to be its own function
Fri, 10 May 2013 23:48:03 +0200 Benoit Boissinot bundle-ng: move progress handling out of the linkrev callback
Fri, 10 May 2013 23:14:54 +0200 Benoit Boissinot bundle-ng: simplify lookup and state handling
Fri, 10 May 2013 22:57:54 +0200 Sune Foldager bundle-ng: simplify bundle10.generate