Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision e79e4cad82bf50cea6f160341d8800f4f091597a authored by Graziella Toutoungis on 24 March 2009, 11:50:14 UTC, committed by Graziella Toutoungis on 24 March 2009, 11:50:14 UTC
1 parent 6504f36
Raw File
Tip revision: e79e4cad82bf50cea6f160341d8800f4f091597a authored by Graziella Toutoungis on 24 March 2009, 11:50:14 UTC
Added tag 0.11.2 for changeset 58678e0b524c
Tip revision: e79e4ca
TODO
===========
 TODO list
===========

temporary TODO list::

- manage group of users and save config in ``$HOME/.hgviewrc`` or
  ``$HGDIR/.hgviewrc``.

  - assign a color to each group instead of each user/email.

- diff for merges currently takes only the first parent.

- investigate how to speed up for large repo (ie. linux kernel).

- highlight search string in the lists (revision and file lists).



The 3-way diff algorithm in hgk.

find gca of the parents of the merge revision (uses hg debug-merge-base).

get tree diff (hg debug-diff-tree -r).
back to top