log mercurial/manifest.py @ 24215:feddc5284724

age author description
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