Commit d8d42734 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cf616c8a
......@@ -1431,6 +1431,7 @@ def dump_history(t):
print('>>> Change history by file:\n')
for zf in t.zfiles():
print('f<%s>:' % h(zf._p_oid))
print('\t%s\t%s' % (' '*len(t.hat(t.head)), ' '.join('abcdefgh')))
for dF in t.dFtail:
df = dF.byfile.get(zf)
emitv = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment