treemanifest: fix bad property usage

This was meant to be part of the previous commit but I forgot to amend before
pushing.
This commit is contained in:
Durham Goode 2017-02-27 11:07:16 -08:00
parent cce58f7390
commit 2f88aa28b5

View File

@ -837,7 +837,7 @@ class hybridmanifestctx(object):
"""
mf = self.read()
p1, p2 = self.parents()
p1, p2 = self.parents
if p1 == revlog.nullid:
return mf