boartty/gertty/view
James E. Blair a61c5fdf67 Add files table
In order to support searching for changes by file modified, keep
a local table of files modified in each revision.  In order to
populate the table without needing to re-sync every change, run
a diffstat on every revision during the migration.

Once established, the table will be populated during the normal
change sync.

Add support for the "file:" operator in searching.

Change-Id: Idbd44944405bdbc93af8bc3c513498e4425ba75b
2015-05-27 08:34:04 -07:00
..
__init__.py Handle missing commits 2014-05-30 08:44:22 -07:00
change.py Add files table 2015-05-27 08:34:04 -07:00
change_list.py flake8: Fix F401,F403 2015-04-12 16:40:40 -04:00
diff.py Display file header in top line of diff 2015-04-08 15:36:15 -04:00
mouse_scroll_decorator.py Add mouse wheel scrolling 2015-03-16 19:30:18 +01:00
project_list.py flake8: Fix F401,F403 2015-04-12 16:40:40 -04:00
side_diff.py flake8: Fix F401,F403 2015-04-12 16:40:40 -04:00
unified_diff.py flake8: Fix F401,F403 2015-04-12 16:40:40 -04:00