log mercurial/localrepo.py @ 32730:b8ff7d0ff361

age author description
Thu, 08 Jun 2017 23:23:37 -0700 Gregory Szorc localrepo: move filtername to __init__
Thu, 08 Jun 2017 21:54:30 -0700 Gregory Szorc obsolete: move obsstore creation logic from localrepo
Fri, 19 May 2017 20:29:11 -0700 Gregory Szorc revlog: skeleton support for version 2 revlogs
Fri, 19 Aug 2016 18:40:35 +0900 Yuya Nishihara localrepo: map integer and hex wdir identifiers to workingctx
Thu, 25 May 2017 23:18:02 +0900 Yuya Nishihara localrepo: document that __contains__() may raise LookupError
Thu, 25 May 2017 01:45:52 +0200 Pierre-Yves David transaction: run _writejournal unfiltered
Thu, 18 May 2017 16:43:56 -0400 Augie Fackler localrepo: extract bookmarkheads method to bookmarks.py
Thu, 18 May 2017 18:01:48 -0400 Augie Fackler localrepo: mark walk convenience method as deprecated (API)
Thu, 18 May 2017 17:11:14 -0400 Augie Fackler localrepo: migrate to context manager for changing dirstate parents
Fri, 19 May 2017 13:09:23 +0200 Pierre-Yves David cache: make the cache updated callback easily accessible to extension
Wed, 17 May 2017 20:01:29 -0700 Gregory Szorc localrepo: reformat set literals
Wed, 17 May 2017 09:43:50 -0700 Martin von Zweigbergk match: remove ispartial()
Sat, 13 May 2017 16:26:43 -0700 Gregory Szorc changelog: load pending file directly
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Tue, 02 May 2017 22:27:44 +0200 Pierre-Yves David caches: move the 'updating the branch cache' message in 'updatecaches'
Tue, 02 May 2017 18:56:07 +0200 Pierre-Yves David caches: stop warming the cache after 'localrepo.commitctx'
Tue, 02 May 2017 19:05:58 +0200 Pierre-Yves David caches: call 'repo.updatecache()' in 'repo.destroyed()'
Tue, 02 May 2017 21:39:43 +0200 Pierre-Yves David caches: introduce a function to warm cache
Tue, 02 May 2017 18:45:51 +0200 Pierre-Yves David transaction: track newly introduced revisions
Wed, 03 May 2017 10:33:26 -0700 Martin von Zweigbergk localrepo: reuse exchange.bundle2requested()
Tue, 02 May 2017 02:05:39 +0200 Pierre-Yves David cleanup: drop the deprecated 'localrepo._link' method
Tue, 02 May 2017 02:04:55 +0200 Pierre-Yves David cleanup: drop the deprecated 'localrepo.wfile' method
Tue, 02 May 2017 02:03:56 +0200 Pierre-Yves David cleanup: drop the deprecated 'localrepo.join' method
Tue, 02 May 2017 02:03:04 +0200 Pierre-Yves David cleanup: drop the deprecated 'localrepo.tag' method
Tue, 02 May 2017 02:01:47 +0200 Pierre-Yves David cleanup: drop the deprecated 'localrepo.opener' method
Tue, 02 May 2017 02:01:15 +0200 Pierre-Yves David cleanup: drop the deprecated 'localrepo.wopener' method
Tue, 28 Mar 2017 10:15:02 +0200 Pierre-Yves David track-tags: write all tag changes to a file
Tue, 28 Mar 2017 10:14:55 +0200 Pierre-Yves David track-tags: compute the actual differences between tags pre/post transaction
Tue, 28 Mar 2017 06:38:09 +0200 Pierre-Yves David track-tags: introduce first bits of tags tracking during transaction
Tue, 04 Apr 2017 16:49:12 +0200 Pierre-Yves David localrepo: fix deprecation version for 'repo._link'