tsa.log#

mainsource.log(name, limit=None, fromdate=None, todate=None)#

Return a list of revisions for a given series, in reverse chronological order, with filters.

Revisions are dicts of: * rev: revision id (int) * author: author name * date: timestamp of the revision * meta: the revision metadata

Parameters:
  • name (str)

  • limit (int | None)

  • fromdate (Timestamp | None)

  • todate (Timestamp | None)

Return type:

List[Dict[str, Any]]