log mercurial/manifest.py @ 2851:b4f05ecf4ee8

age author description
Thu, 10 Aug 2006 22:38:56 -0500 Matt Mackall Switch to simpler manifestdict
Wed, 09 Aug 2006 14:53:03 -0500 Matt Mackall Combine manifest dict and flags dict into a single object
Wed, 19 Jul 2006 19:11:50 -0500 Matt Mackall manifestflags: eliminate remaining users of direct dict access
Sun, 16 Jul 2006 03:22:05 -0500 Matt Mackall Use strings for manifestflags to allow storing multiple flags
Sun, 16 Jul 2006 03:14:17 -0500 Matt Mackall Start using manifestflags methods
Sun, 16 Jul 2006 02:59:20 -0500 Matt Mackall Add manifestflags class
Tue, 20 Jun 2006 23:58:21 -0700 Vadim Gelfer use demandload more.