edit version history (author,date or commit message)

Abderrahim Kitouni a.kitouni at gmail.com
Wed Jan 20 03:58:51 CST 2010


Hi,

2010/1/20 Hans Meine <meine at informatik.uni-hamburg.de>:
> Anyhow, I think that GUIs nowadays still lack support for more basic
> things(*), so I wonder how long it would take to adapt all GUIs to display the
> changed information.
>
> *: For instance, IMHO GUIs should differentiate between "real" changesets and
> those that
> - set tags
> - close branches
> - are *pure* merges (not so easy to detect with current hg API, is it?)
very easy :-)  (assuming I understand what "pure" merges do) :
len(ctx.parents()) == 2 and not ctx.files()

> (- only touch .hgignore?)
I think you shouldn't be touching hgignore (alone) that often.
>
> Then people wouldn't complain so much about "this-and-that adds changesets, so
> my history becomes so cluttered".  IMHO cluttered history is not so bad, as
> long as its presentation is not as cluttered.
I agree this may be a good option to add to tortoisehg.

Regards,
Abderrahim


More information about the Mercurial mailing list