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

obsstore: add some documentation about the marker fields

As the number of fields grow, it makes sense to start documenting their contents.
parent de783f2403c4
No related branches found
No related tags found
No related merge requests found
......@@ -243,6 +243,11 @@
"""
fields = ('prec', 'succs', 'flag', 'meta', 'date')
# prec: nodeid, precursor changesets
# succs: tuple of nodeid, successor changesets (0-N length)
# flag: integer, flag field carrying modifier for the markers (see doc)
# meta: binary blob, encoded metadata dictionary
# date: (float, int) tuple, date of marker creation
def __init__(self, sopener):
# caches for various obsolescence related cache
......
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