59
59
w = branch.repository.weave_store.get_weave(file_id,
60
60
branch.repository.get_transaction())
63
69
text = text.rstrip('\r\n')
64
70
if origin == last_origin:
65
71
(revno_str, author, date_str) = ('','','')
69
75
(revno_str, author, date_str) = ('?','?','?')
72
78
revno_str = str(rh.index(origin) + 1)
77
83
date_str = time.strftime('%Y%m%d',
78
84
time.gmtime(rev.timestamp + tz))