http://bugs.grommit.com/show_bug.cgi?id=414





------- Comment #3 from richlowe at richlowe.net  2008-01-28 11:35 PDT -------
Through 'hg list' we show the user 4 major classes of change:

added
removed
modified
unmodified  (very rarely)

There also renames and copies, which are shown per-file under those headings.

We would like to only check files that are new, or have content changes.

Thus we have:

added:
   Checked if file is new, or a copy.
   Checked if the content changed, with rename

removed:
   Never checked

modified:
   Always checked

unmodified:
   This only happes with a rename or copy over an already tracked file (or it 
   would be 'added'), checks as added with copy/rename.

This is still not pretty though.

A rename over an existing file would be 'unmodified' (it didn't change compare
to its old name), but it *did* change compared to the old version of its new
name.


-- 
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to