Commit e0b9e88e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2e4b3eca
......@@ -1802,9 +1802,9 @@ def zfiles(t):
# overview of how file(s) are changed in tests.
@func(tDB)
def dump_history(t):
print('>>> Change history by file:\n')
print('>>> Change history by file:')
for zf in t.zfiles():
print('f<%s>:' % h(zf._p_oid))
print('\nf<%s>:' % h(zf._p_oid))
indent = '\t%s\t' % (' '*len('%s' % t.head),)
print('%s%s' % (indent, ' '.join('01234567')))
print('%s%s' % (indent, ' '.join('abcdefgh')))
......
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