Staging
v0.5.1
Revision f1a4aad40a7a6e5e27f5e4d26520fc4049932da6 authored by Graziella Toutoungis on 14 November 2008, 16:02:42 UTC, committed by Graziella Toutoungis on 14 November 2008, 16:02:42 UTC
2 parent s bee41ce + a96a7df
Raw File
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