log mercurial/repository.py @ 42760:9f2189b6bf2a

age author description
Wed, 07 Aug 2019 22:02:49 +0200 Pierre-Yves David rawdata: register the method for `ifiledata`
Wed, 07 Aug 2019 22:08:04 +0200 Pierre-Yves David rawdata: forward `rawdata` call on `manifestlog`
Sat, 13 Jul 2019 23:45:32 -0400 Valentin Gatien-Baron convert: add a config option to help doing identity hg->hg conversion
Wed, 17 Apr 2019 17:56:30 +0200 Pierre-Yves David peer: introduce a limitedarguments attributes
Tue, 22 Jan 2019 16:58:48 -0800 Gregory Szorc httppeer: use %s for formatting
Tue, 18 Dec 2018 09:34:32 -0800 Martin von Zweigbergk repository: update interface signature of narrowmatch()
Thu, 15 Nov 2018 02:55:33 +0100 Boris Feld repo: add a `wcachevfs` to access the `.hg/wcache/` directory
Wed, 10 Oct 2018 00:21:02 +0200 Boris Feld changegroup: allow to force delta to be against p1
Tue, 09 Oct 2018 23:26:35 +0200 Boris Feld storage: also use `deltamode argument` for ifiledata
Tue, 09 Oct 2018 22:02:01 +0200 Boris Feld changegroup: refactor emitrevision to use a `deltamode` argument
Fri, 19 Oct 2018 14:59:03 +0200 Gregory Szorc localrepo: support marking repos as having shallow file storage
Wed, 26 Sep 2018 14:41:15 -0700 Gregory Szorc repository: teach addgroup() to receive data with missing parents
Wed, 03 Oct 2018 14:57:29 -0700 Gregory Szorc filelog: add a hasnode() method (API)
Sun, 14 Oct 2018 03:42:43 -0400 Connor Sheehan wireproto: fix incorrect function name in docstring
Wed, 03 Oct 2018 13:07:28 -0700 Gregory Szorc httppeer: expose API descriptor on httpv2peer
Wed, 03 Oct 2018 12:57:01 -0700 Gregory Szorc repository: define and use revision flag constants
Tue, 02 Oct 2018 12:40:39 -0700 Gregory Szorc localrepo: add repository feature when repo can be stream cloned
Wed, 26 Sep 2018 17:16:56 -0700 Gregory Szorc wireprotov2: support response caching
Fri, 28 Sep 2018 11:03:17 -0700 Gregory Szorc storageutil: implement file identifier resolution method (BC)
Fri, 28 Sep 2018 09:33:05 -0700 Gregory Szorc filelog: remove checkhash() (API)
Fri, 28 Sep 2018 09:28:38 -0700 Gregory Szorc filelog: remove revdiff() (API)
Mon, 24 Sep 2018 13:35:50 -0700 Gregory Szorc filelog: stop proxying deltaparent() (API)
Mon, 24 Sep 2018 12:49:17 -0700 Gregory Szorc filelog: stop proxying rawsize() (API)
Mon, 24 Sep 2018 11:16:33 -0700 Gregory Szorc filelog: stop proxying flags() (API)
Mon, 24 Sep 2018 11:27:47 -0700 Gregory Szorc revlog: move revision verification out of verify
Mon, 24 Sep 2018 11:56:48 -0700 Gregory Szorc revlog: add method for obtaining storage info (API)
Mon, 24 Sep 2018 10:08:58 -0700 Gregory Szorc filelog: drop _generaldelta attribute (API)
Mon, 24 Sep 2018 09:59:19 -0700 Gregory Szorc revlog: drop emitrevisiondeltas() and associated functionality (API)
Fri, 21 Sep 2018 14:28:21 -0700 Gregory Szorc revlog: new API to emit revision data
Thu, 20 Sep 2018 19:31:07 -0700 Gregory Szorc filelog: drop index attribute (API)