log mercurial/manifest.py @ 27343:c59647c6694d

age author description
Sat, 12 Dec 2015 09:57:05 -0800 Martin von Zweigbergk treemanifest: don't iterate entire matching submanifests on match()
Fri, 04 Dec 2015 14:24:45 -0800 Martin von Zweigbergk manifest: use 't' for tree manifest flag
Thu, 05 Nov 2015 18:56:40 -0800 Durham Goode manifest: skip fastdelta if the change is large
Fri, 25 Sep 2015 22:54:46 -0400 Augie Fackler treemanifest: rework lazy-copying code (issue4840)
Fri, 25 Sep 2015 17:18:28 -0400 Augie Fackler manifest: rename treemanifest load functions to ease debugging
Fri, 25 Sep 2015 17:17:36 -0400 Augie Fackler manifest: add id(self) to treemanifest __repr__
Fri, 04 Sep 2015 05:57:58 -0400 timeless manifest: switch add() to heapq.merge (available in Py2.6+)
Tue, 19 May 2015 11:16:20 -0700 Martin von Zweigbergk manifest: use match.prefix() instead of 'not match.anypats()'
Thu, 09 Apr 2015 17:14:35 -0700 Martin von Zweigbergk treemanifest: lazily load manifests
Mon, 18 May 2015 21:31:40 -0700 Martin von Zweigbergk treemanifest: speed up commit using dirty flag
Thu, 26 Feb 2015 08:16:13 -0800 Martin von Zweigbergk treemanifest: speed up diff by keeping track of dirty nodes
Wed, 06 May 2015 15:59:35 -0700 Drew Gottlieb match: remove unnecessary optimization where visitdir() returns 'all'
Fri, 10 Apr 2015 23:12:33 -0700 Martin von Zweigbergk treemanifest: cache directory logs and manifests
Sat, 16 May 2015 14:34:19 -0400 Augie Fackler cleanup: use __builtins__.all instead of util.all
Sun, 12 Apr 2015 23:51:06 -0700 Martin von Zweigbergk treemanifest: add --dir option to debug{revlog,data,index}