comparison mercurial/revlog.py @ 29961:774a15b129e8

manifest: move manifest.add onto manifestrevlog This moves add and _addtree onto manifestrevlog. manifestrevlog is responsible for all serialization decisions, so therefore the add function should live on it. This will allow us to call add() from manifestlog, which lets us further break our dependency on manifest.
author Durham Goode <durham@fb.com>
date Tue, 20 Sep 2016 12:24:01 -0700
parents 92ac2baaea86
children b5e5ddf48bd2
comparison
equal deleted inserted replaced
29960:da75bc36202c 29961:774a15b129e8