Show More
@@ -241,6 +241,10 b' class marker(object):' | |||||
241 | """List of successor changesets node identifiers""" |
|
241 | """List of successor changesets node identifiers""" | |
242 | return self._data[1] |
|
242 | return self._data[1] | |
243 |
|
243 | |||
|
244 | def parentnodes(self): | |||
|
245 | """Parents of the precursors (None if not recorded)""" | |||
|
246 | return self._data[5] | |||
|
247 | ||||
244 | def metadata(self): |
|
248 | def metadata(self): | |
245 | """Decoded metadata dictionary""" |
|
249 | """Decoded metadata dictionary""" | |
246 | if self._decodedmeta is None: |
|
250 | if self._decodedmeta is None: |
General Comments 0
You need to be logged in to leave comments.
Login now