Page MenuHomeSoftware Heritage

testmodule.py
No OneTemporary

testmodule.py

import swh.loader.cvs.rcsparse
f=rcsparse.rcsfile('test,v')
print f.head
print f.branch
s=f.symbols
print s['RELENG_4']
print s.items()
r=f.revs
i=r.items()
print i
print f.getlog(f.sym2rev('RELENG_4')).decode('ascii')
print '1.1' in r

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 7:03 PM (10 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398922

Event Timeline