sapling/hgext/fastmanifest
Durham Goode 761c2d8c0a hg: replace p1tree with p1node, p2node in manifestlog.add
Summary:
Previously we passed the p1tree directly. It's actually more convient
to pass the p1node, since in a future diff we'll be adding data to the tree
revlogs and they need p1node. This is also safer, since now the caller can't
accidentally pass the wrong p1tree.

Reviewed By: quark-zju

Differential Revision: D7148820

fbshipit-source-id: a489308ebcb2960643b61ff73dc90f1285a94ae3
2018-04-13 21:51:26 -07:00
..
__init__.py codemod: use single blank line 2018-04-13 21:51:08 -07:00
cachemanager.py codemod: use single blank line 2018-04-13 21:51:08 -07:00
concurrency.py fastmanifest: fix import paths 2018-01-09 15:23:52 -08:00
constants.py fastmanifest: fix import paths 2018-01-09 15:23:52 -08:00
debug.py fastmanifest: fix import paths 2018-01-09 15:23:52 -08:00
implementation.py hg: replace p1tree with p1node, p2node in manifestlog.add 2018-04-13 21:51:26 -07:00
metrics.py fastmanifest: fix import paths 2018-01-09 15:23:52 -08:00