Mercurial > hg
comparison hgext/largefiles/proto.py @ 32649:7a209737f01c
annotate: restructure formatter output to be nested list (BC)
Annotate data should be in [(file, [line...])...] form, but there was no
API to represent such data structure when I ported it to formatter. Now
we have fm.nested() and the -T option is still experimental, so we can fix
the data format.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 03 Jun 2017 00:25:24 +0900 |
parents | 2add671bf55b |
children | 576ba8194fa8 |
comparison
equal
deleted
inserted
replaced
32648:d3d262ff42c0 | 32649:7a209737f01c |
---|