Mercurial > hg
comparison mercurial/patch.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 | e40343ce9c4c |
children | 173bdb502503 |
comparison
equal
deleted
inserted
replaced
29960:da75bc36202c | 29961:774a15b129e8 |
---|