log mercurial/manifest.py @ 26401:e93e12e2ff9a

age author description
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}
Mon, 13 Apr 2015 23:21:02 -0700 Martin von Zweigbergk treemanifest: store submanifest revlog per directory
Tue, 05 May 2015 08:40:59 -0700 Martin von Zweigbergk treemanifest: set requires at repo creation time, ignore config after
Tue, 28 Apr 2015 12:31:30 -0400 Augie Fackler manifest: document return type of readfast()
Sun, 12 Apr 2015 23:01:18 -0700 Martin von Zweigbergk treemanifest: extract parse method from constructor
Sun, 12 Apr 2015 14:37:55 -0700 Martin von Zweigbergk manifest: duplicate call to addrevision()
Fri, 10 Apr 2015 18:54:33 -0700 Martin von Zweigbergk treemanifest: separate flags for trees in memory and trees on disk
Fri, 10 Apr 2015 18:13:01 -0700 Martin von Zweigbergk manifestdict: drop empty-string argument when creating empty manifest
Wed, 08 Apr 2015 09:38:09 -0700 Martin von Zweigbergk manifestdict: extract condition for _intersectfiles() and use for walk()
Tue, 07 Apr 2015 22:40:25 -0700 Martin von Zweigbergk manifestdict.walk: remove now-redundant check for match.files()
Tue, 07 Apr 2015 21:08:23 -0700 Martin von Zweigbergk manifest.walk: special-case match.always() for speed
Tue, 07 Apr 2015 22:36:17 -0700 Martin von Zweigbergk manifest.walk: use return instead of StopIteration in generator
Tue, 07 Apr 2015 15:18:52 -0700 Drew Gottlieb treemanifest: optimize treemanifest._walk() to skip directories
Tue, 07 Apr 2015 22:35:44 -0700 Martin von Zweigbergk manifest.walk: join nested if-conditions
Wed, 08 Apr 2015 10:01:31 -0700 Martin von Zweigbergk manifestdict: inline _intersectfiles()
Wed, 08 Apr 2015 10:03:59 -0700 Martin von Zweigbergk manifestdict._intersectfiles: avoid one level of property indirection
Wed, 08 Apr 2015 10:06:05 -0700 Martin von Zweigbergk manifestdict.matches: avoid name 'lm' for a not-lazymanifest
Tue, 07 Apr 2015 15:18:52 -0700 Drew Gottlieb treemanifest: refactor treemanifest.walk()
Tue, 07 Apr 2015 15:18:52 -0700 Drew Gottlieb manifest: move changectx.walk() to manifests
Mon, 06 Apr 2015 10:51:53 -0700 Drew Gottlieb treemanifest: further optimize treemanifest.matches()
Mon, 06 Apr 2015 14:36:08 -0700 Drew Gottlieb util: move dirs() and finddirs() from scmutil to util
Tue, 10 Mar 2015 09:57:42 -0700 Martin von Zweigbergk treemanifest: disable readdelta optimization
Tue, 31 Mar 2015 14:01:33 -0700 Martin von Zweigbergk manifestv2: add support for writing new manifest format
Fri, 27 Mar 2015 22:26:41 -0700 Martin von Zweigbergk manifestv2: add support for reading new manifest format
Tue, 31 Mar 2015 22:45:45 -0700 Martin von Zweigbergk manifestv2: set requires at repo creation time
Mon, 30 Mar 2015 18:10:59 -0700 Drew Gottlieb treemanifest: make treemanifest.matches() faster
Mon, 30 Mar 2015 17:21:49 -0700 Drew Gottlieb treemanifest: add treemanifest._isempty()
Fri, 27 Mar 2015 13:16:13 -0700 Drew Gottlieb treemanifest: remove treemanifest._intersectfiles()
Fri, 27 Mar 2015 20:41:30 -0700 Martin von Zweigbergk manifestv2: implement slow readdelta() without revdiff
Fri, 27 Mar 2015 17:07:24 -0700 Martin von Zweigbergk manifestv2: disable fastdelta optimization
Fri, 27 Mar 2015 16:19:44 -0700 Martin von Zweigbergk manifestv2: add (unused) config option
Fri, 27 Mar 2015 15:37:46 -0700 Martin von Zweigbergk manifest: extract method for creating manifest text
Fri, 27 Mar 2015 15:02:43 -0700 Martin von Zweigbergk manifest: extract method for parsing manifest
Fri, 27 Mar 2015 20:55:54 -0700 Martin von Zweigbergk _lazymanifest: drop unnecessary call to sorted()
Mon, 30 Mar 2015 10:43:52 -0700 Drew Gottlieb manifest: make manifest.intersectfiles() internal
Thu, 26 Mar 2015 09:42:21 -0700 Martin von Zweigbergk treemanifest: drop 22nd byte for consistency with manifestdict
Wed, 29 Oct 2014 08:43:39 -0700 Martin von Zweigbergk match: add isexact() method to hide internals
Mon, 16 Mar 2015 16:01:16 -0700 Martin von Zweigbergk treemanifest: make hasdir() faster
Tue, 03 Mar 2015 13:50:06 -0800 Martin von Zweigbergk treemanifest: make filesnotin() faster
Thu, 19 Feb 2015 17:13:35 -0800 Martin von Zweigbergk treemanifest: make diff() faster
Mon, 23 Feb 2015 10:57:57 -0800 Martin von Zweigbergk treemanifest: store directory path in treemanifest nodes
Thu, 19 Mar 2015 11:07:57 -0700 Martin von Zweigbergk treemanifest: add configuration for using treemanifest type
Thu, 19 Mar 2015 11:08:42 -0700 Martin von Zweigbergk treemanifest: create treemanifest class
Wed, 18 Mar 2015 15:59:45 -0700 Durham Goode manifest: avoid intersectfiles for matches > 100 files
Wed, 18 Mar 2015 13:37:18 -0500 Matt Mackall manifest: speed up matches for large sets of files
Fri, 13 Mar 2015 15:25:01 -0700 Drew Gottlieb manifest: add manifestdict.hasdir() method
Fri, 13 Mar 2015 15:19:54 -0700 Drew Gottlieb manifest: add dirs() to manifestdict
Thu, 12 Mar 2015 18:18:29 -0700 Martin von Zweigbergk lazymanifest: make __iter__ generate filenames, not 3-tuples
Thu, 12 Mar 2015 18:53:44 -0700 Martin von Zweigbergk lazymanifest: fix pure hg iterkeys()
Wed, 11 Mar 2015 13:46:15 -0700 Martin von Zweigbergk lazymanifest: add iterkeys() method
Wed, 11 Mar 2015 08:28:56 -0700 Martin von Zweigbergk manifest: rewrite find(node, f) in terms of read(node)
Tue, 10 Mar 2015 16:26:13 -0700 Martin von Zweigbergk manifest: don't let find() look inside manifestdict
Fri, 06 Mar 2015 21:29:47 -0500 Augie Fackler manifest: use custom C implementation of lazymanifest
Sat, 07 Mar 2015 12:04:39 -0500 Augie Fackler manifest: split manifestdict into high-level and low-level logic
Sat, 07 Mar 2015 11:43:12 -0500 Augie Fackler manifest: do parsing inside manifestdict contstructor
Sat, 07 Mar 2015 11:42:05 -0500 Augie Fackler manifest: move parsing functions up in file
Fri, 06 Mar 2015 17:00:42 -0600 Matt Mackall manifest: move pure parsing code out of pure
Fri, 27 Feb 2015 13:57:37 -0800 Martin von Zweigbergk copies: move code into new manifestdict.filesnotin() method
Tue, 24 Feb 2015 09:08:54 -0800 Martin von Zweigbergk manifest: rename 'mf', 'map', and 'mapping' to 'm'
Mon, 23 Feb 2015 13:41:02 -0800 Martin von Zweigbergk manifest: make copy logic local to copy()
Fri, 23 Jan 2015 17:06:03 -0800 Durham Goode manifest: make lru size configurable
Wed, 07 Jan 2015 15:55:02 -0500 Augie Fackler manifest: drop withflags() method, which is now unused
Mon, 15 Dec 2014 16:04:28 -0500 Augie Fackler manifest: add optional recording of clean entries to diff
Thu, 18 Dec 2014 16:41:59 -0600 Matt Mackall merge with stable
Fri, 12 Dec 2014 13:40:44 -0500 Augie Fackler manifest: disallow setting the node id of an entry to None stable
Wed, 22 Oct 2014 21:38:30 -0700 Martin von Zweigbergk manifest: add matches() method
Tue, 14 Oct 2014 23:18:07 -0700 Martin von Zweigbergk manifest: transpose pair of pairs from diff()
Tue, 14 Oct 2014 22:48:44 -0700 Martin von Zweigbergk manifest: for diff(), only iterate over files, not flags
Tue, 14 Oct 2014 17:09:16 -0700 Martin von Zweigbergk manifest: repurpose flagsdiff() into (node-and-flag)diff()
Tue, 14 Oct 2014 14:42:25 -0400 Augie Fackler manifest: add docstring to text() method
Fri, 10 Oct 2014 14:09:37 -0400 Augie Fackler manifest: rename ambiguously-named set to setflag
Wed, 08 Oct 2014 15:20:14 -0400 Augie Fackler manifest: add fastdelta method to manifestdict
Wed, 08 Oct 2014 15:21:59 -0400 Augie Fackler manifest: move _search to module level and rename to _msearch
Wed, 08 Oct 2014 14:47:30 -0400 Augie Fackler manifest: move manifestdict-to-text encoding to manifest class
Wed, 08 Oct 2014 12:59:11 -0400 Augie Fackler manifest: rearrange add() method and add comments for clarity
Wed, 08 Oct 2014 11:52:30 -0400 Augie Fackler manifest: simplify manifest.add() by making args required
Thu, 25 Sep 2014 14:13:31 -0400 Augie Fackler manifest: move manifest parsing to module-level
Thu, 11 Sep 2014 10:14:34 -0400 Augie Fackler manifest: mark addlistdelta and checkforbidden as module-private
Thu, 07 Aug 2014 12:47:20 -0400 Augie Fackler manifest: move addlistdelta to module-level
Thu, 07 Aug 2014 09:46:05 -0400 Augie Fackler manifest: move checkforbidden to module-level
Sat, 12 Jul 2014 17:57:25 -0700 Siddharth Agarwal manifestdict: add a new method to intersect with a set of files
Mon, 11 Nov 2013 16:35:12 -0800 Durham Goode manifest: increase lrucache from 3 to 4
Sun, 24 Mar 2013 17:17:38 -0700 Siddharth Agarwal manifestdict: add a method to diff _flags
Sat, 09 Feb 2013 15:43:02 +0000 Siddharth Agarwal manifest: use a size 3 LRU cache to store parsed manifests
Mon, 19 Nov 2012 16:05:40 -0800 Durham Goode commit: increase perf by building a new addlist instead of editing the old one
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Tue, 21 Aug 2012 02:41:20 +0200 Mads Kiilerich delete some dead comments and docstrings
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Fri, 04 May 2012 15:56:45 -0400 Jesse Glick localrepo: optimize internode status calls using withflags
Thu, 15 Dec 2011 15:27:11 -0600 Matt Mackall util: don't mess with builtins to emulate buffer()
Thu, 16 Jun 2011 08:49:26 +0200 Martin Geisler manifest: use "\0" instead of "\000"
Thu, 05 May 2011 18:05:24 +0200 Sune Foldager revlog: compute correct deltaparent in the deltaparent function
Sun, 20 Mar 2011 19:43:28 -0500 Matt Mackall manifest: add readfast method
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Sat, 21 Aug 2010 19:30:42 +0200 Benoit Boissinot deltaparent(): don't return nullrev for a revision containing a full snapshot
Wed, 18 Aug 2010 19:45:52 +0200 Benoit Boissinot revlog._addrevision(): make the parent of the cached delta explicit
Tue, 10 Aug 2010 22:28:52 +0530 Pradeepkumar Gayam manifest: correct readdelta() according to parentdeltas
Sat, 07 Aug 2010 16:12:51 -0300 Renato Cunha manifest: removed usage of the global cmp function
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Fri, 04 Sep 2009 10:47:55 +0200 Benoit Boissinot manifest/revlog: do not let the revlog cache mutable objects
Thu, 03 Sep 2009 02:42:56 +0200 Benoit Boissinot manifestdict: remove unnecessary dictionary copy
Wed, 02 Sep 2009 21:05:43 +0200 Benoit Boissinot manifest.add(): cleanup worklist construction and iteration
Wed, 02 Sep 2009 21:05:01 +0200 Benoit Boissinot manifest: simplify cache handling, use a unique cache
Wed, 02 Sep 2009 20:18:35 +0200 Benoit Boissinot manifest.add(): simplify with iterators and generator expressions
Thu, 14 May 2009 15:35:46 +0200 Peter Arrenbrecht drop unused imports
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Sat, 18 Apr 2009 09:48:59 -0400 Greg Ward manifest: improve error message about newlines in filenames