Skip to content
Snippets Groups Projects
Commit 2e6f03a193f9 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

obsmarkers: add a `parentnodes` method to retrieve parent information

parent cf414981978a
No related branches found
No related tags found
No related merge requests found
......@@ -241,6 +241,10 @@
"""List of successor changesets node identifiers"""
return self._data[1]
def parentnodes(self):
"""Parents of the precursors (None if not recorded)"""
return self._data[5]
def metadata(self):
"""Decoded metadata dictionary"""
if self._decodedmeta is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment