log mercurial/bundlerepo.py @ 13349:0d3f35394af4

age author description
Fri, 07 Jan 2011 10:48:30 +0100 Adrian Buehlmann bundlerepo: use less intrusive util.posixfile to open bundle
Sun, 07 Nov 2010 20:18:57 +0100 Klaus Koch bundlerepository: get rid of temporary bundle files (issue2478) stable
Wed, 10 Nov 2010 15:38:00 +0100 Martin Geisler bundlerepository: test self.tempfile field, not tempfile module stable
Thu, 14 Oct 2010 22:41:43 +0200 Nicolas Dumazet bundlerepo: unify common code into a new getremotechanges
Mon, 20 Sep 2010 16:14:05 -0500 Matt Mackall bundlerepo: restore close() method
Sun, 19 Sep 2010 12:51:54 -0500 Matt Mackall bundle: get rid of chunkiter
Sat, 18 Sep 2010 18:20:34 -0500 Matt Mackall bundle: make getchunk() a method
Fri, 17 Sep 2010 19:24:29 -0500 Matt Mackall bundlerepo: use bundle objects everywhere
Fri, 17 Sep 2010 19:03:13 -0500 Matt Mackall bundlerepo: drop unused close() method
Wed, 25 Aug 2010 16:55:54 -0500 Matt Mackall bundlerepo: remove duplication of bundle decompressors
Mon, 07 Dec 2009 12:31:45 +0200 Alexander Solovyov expand paths to local repository or bundle in appropriate classes stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 31 Oct 2009 16:42:51 +0100 Benoit Boissinot bundlerepo: keep the bundlerevlog interface in sync with revlog
Tue, 27 Oct 2009 10:33:41 +0100 Sune Foldager bundlerepo: fix small bug in exception raising
Wed, 22 Jul 2009 23:12:54 +0200 Martin Geisler coding style: use a space after comma
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Wed, 29 Apr 2009 20:47:15 -0500 Matt Mackall localrepo: use propertycache
Sun, 26 Apr 2009 01:24:49 +0200 Martin Geisler turn some comments back into module docstrings
Sun, 26 Apr 2009 01:13:08 +0200 Martin Geisler put license and copyright info into comment blocks
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Tue, 17 Mar 2009 13:43:11 -0500 Matt Mackall bundlerepo: reintroduce dirstate
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Thu, 27 Nov 2008 16:07:17 +0100 Dirkjan Ochtman bundlerepo doesn't really have a dirstate, throw AttributeError if requested
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 05 Jun 2008 16:25:11 +0200 Peter Arrenbrecht drop superfluous param from revlog.addgroup()
Thu, 24 Apr 2008 11:48:07 +0200 Benoit Allard add support for HG10GZ bundles to bundlerepo.bundlerevlog()