Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 9160a30ba452b29d47b943d7a618db78d6b247c0 authored by Graziella Toutoungis on 22 December 2008, 15:44:18 UTC, committed by Graziella Toutoungis on 22 December 2008, 15:44:18 UTC
1 parent 20bebc2
Raw File
Tip revision: 9160a30ba452b29d47b943d7a618db78d6b247c0 authored by Graziella Toutoungis on 22 December 2008, 15:44:18 UTC
Disable search-as-you-type in "Find" entry, cause it can be very slow and display a watch cursor when search is in progress.
Tip revision: 9160a30
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