mercurial/repository.py
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)
Thu, 20 Sep 2018 19:20:01 -0700 Gregory Szorc manifest: add rawsize() proxy (API)
Wed, 19 Sep 2018 13:48:59 -0700 Gregory Szorc lfs: add repository feature denoting the use of LFS
Wed, 19 Sep 2018 14:36:57 -0700 Gregory Szorc localrepo: define "features" on repository instances (API)
Wed, 19 Sep 2018 11:22:56 -0700 Gregory Szorc filelog: stop proxying checksize() (API)
Wed, 19 Sep 2018 11:20:02 -0700 Gregory Szorc filelog: remove version attribute (API)
Wed, 19 Sep 2018 11:17:28 -0700 Gregory Szorc verify: start to abstract file verification
Tue, 18 Sep 2018 19:26:44 -0700 Gregory Szorc filelog: stop proxying headrevs() (API)
Tue, 18 Sep 2018 17:51:43 -0700 Gregory Szorc revlog: move censor logic out of censor extension
Tue, 18 Sep 2018 16:45:13 -0700 Gregory Szorc error: introduce StorageError
Tue, 18 Sep 2018 15:29:42 -0700 Gregory Szorc localrepo: iteratively derive local repository type
Wed, 12 Sep 2018 15:59:26 -0700 Gregory Szorc localrepo: extract resolving of opener options to standalone functions
Fri, 14 Sep 2018 16:29:51 -0700 spectral narrow: when writing treemanifests, skip inspecting directories outside narrow
Wed, 15 Aug 2018 16:50:44 +0000 Gregory Szorc manifest: make tree a public attribute
Mon, 27 Aug 2018 10:15:15 -0700 Gregory Szorc manifest: proxy to revlog instance instead of inheriting
Fri, 10 Aug 2018 15:01:06 -0700 Gregory Szorc manifest: add getstorage() to manifestlog and use it globally
Fri, 10 Aug 2018 14:20:47 -0700 Gregory Szorc manifest: remove addgroup() from manifestlog and imanifestlog
Fri, 10 Aug 2018 13:59:27 -0700 Gregory Szorc repository: clarify role of imanifestlog
Fri, 10 Aug 2018 11:00:06 -0700 Gregory Szorc manifest: rename dir to tree to avoid shadowing built-in
Thu, 09 Aug 2018 19:27:54 -0700 Gregory Szorc repository: remove candelta() from ifileindex
Thu, 09 Aug 2018 16:11:24 -0700 Gregory Szorc repository: remove storedeltachains from ifilestorage
Thu, 09 Aug 2018 16:02:14 -0700 Gregory Szorc repository: establish API for emitting revision deltas
Thu, 09 Aug 2018 15:40:14 -0700 Gregory Szorc repository: formalize interfaces for revision deltas and requests
Fri, 03 Aug 2018 11:02:34 -0700 Martin von Zweigbergk narrow: move requirement constant from changegroup to repository
Sun, 01 Jul 2018 14:25:44 -0700 Gregory Szorc manifest: define and implement addgroup() on manifestlog
Wed, 04 Jul 2018 12:12:49 -0700 Gregory Szorc manifest: define and implement rev() on manifestlog
Sat, 30 Jun 2018 18:34:33 -0700 Gregory Szorc repository: define manifest interfaces
Sat, 30 Jun 2018 15:51:04 -0700 Gregory Szorc repository: document that file() return value conforms to interface
Sun, 22 Apr 2018 11:54:10 -0700 Gregory Szorc interfaceutil: module to stub out zope.interface stable
Fri, 13 Apr 2018 11:54:13 -0700 Gregory Szorc repository: remove ipeercommands from ipeerbase
Fri, 13 Apr 2018 12:13:42 -0700 Gregory Szorc wireproto: properly call clonebundles command
Fri, 13 Apr 2018 11:12:19 -0700 Gregory Szorc wireproto: convert legacy commands to command executor
Wed, 11 Apr 2018 16:18:26 -0700 Gregory Szorc wireproto: remove iterbatch() from peer interface (API)
Fri, 13 Apr 2018 10:51:23 -0700 Gregory Szorc wireproto: implement command executor interface for version 1 peers
Fri, 13 Apr 2018 10:23:05 -0700 Gregory Szorc repository: define new interface for running commands
Tue, 10 Apr 2018 18:47:09 -0700 Gregory Szorc repository: split capabilities methods into separate interface
less more (0) -60 tip