comparison COPYING @ 29909:b60a5fe98b73

manifest: change manifestctx to not inherit from manifestdict If manifestctx inherits from manifestdict, it requires some weird logic to lazily load the dict if a piece of information is asked for. This ended up being complicated and unintuitive to use. Let's move the dict creation to .read(). This will make even more sense once we start adding readdelta() and other similar methods to manifestctx.
author Durham Goode <durham@fb.com>
date Wed, 31 Aug 2016 12:46:53 -0700
parents 8c8b55733cbd
children
comparison
equal deleted inserted replaced
29908:bb3281b3fcaa 29909:b60a5fe98b73