Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 83 by ronny.pfannschmidt: the changelog indicates that bram is
abusing hg making the history a pain to deal with
http://code.google.com/p/vim/issues/detail?id=83
there are tags for every commit,
thats not the intended or expected way to use hg or any other dvcs
this is the first time i see anyone using a dvcs in that way
tags are most sensible to have only for actual releases
so one can make sense of the history
note that hg has a indicator called latesttagdistance
to get the number changes since the last release tag - please use that