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'