log mercurial/bundlerepo.py @ 23358:1b51d1b05482

age author description
Fri, 15 Aug 2014 03:24:40 +0200 Mads Kiilerich incoming: don't request heads that already are common stable
Fri, 30 May 2014 11:53:10 -0700 Matt Mackall bundlerepo: backout dbf292f65b09
Tue, 27 May 2014 21:56:03 +0530 Chinmay Joshi bundlerepo: update unlink in getremotechanges to use vfs
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
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori bundlerepo: treat temporarily extracted bundle file via vfs
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Mon, 26 Aug 2013 16:50:31 -0700 Wojciech Lopata bundlerevlog: extract 'baserevision' method
Wed, 10 Oct 2012 21:55:49 +0200 Simon Heimberg repo: repo isolation, do not pass on repo.ui for creating new repos
Fri, 08 Feb 2013 23:26:00 +0100 Mads Kiilerich bundlerepo: replace basemap with the base field in the index
Wed, 06 Feb 2013 07:55:29 +0000 Pierre-Yves David incoming: fix incoming when a local head is remotely filtered (issue3805) stable
Wed, 16 Jan 2013 20:52:56 +0100 Mads Kiilerich bundlerepo: remove old style check of file names
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: use revlog._checkhash
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: store validated deltabase rev in basemap instead of node
Wed, 16 Jan 2013 20:41:41 +0100 Mads Kiilerich bundlerepo: use rev instead of node for iteration in revision()