Roundup Tracker - Issues

Message4632

Author ezio.melotti
Recipients ezio.melotti, jerrykan
Date 2012-08-30.07:04:53
Message-id <1346310295.1.0.78988247496.issue2550773@psf.upfronthosting.co.za>
In-reply-to
> * should we worry about case-insensitive matching?

hgweb seems to accept only lowercase cs ids, so the regex can be limited
to [0-9a-f].  OTOH cs ids are lowercase everywhere so someone would have
to intentionally convert it to uppercase to break the link.

> * links to repository tags

I would do this only if prefixed by 'hg:'.  hgweb accepts tags already,
so you don't have to anything special to handle this (just have a regex
that accepts the tags).

> * links to repository revision numbers

Revision numbers (the sequential ones) shouldn't be used IMHO.

> * links to specific files/lines

I find this handy, so you could include it too.
History
Date User Action Args
2012-08-30 07:04:55ezio.melottisetmessageid: <1346310295.1.0.78988247496.issue2550773@psf.upfronthosting.co.za>
2012-08-30 07:04:55ezio.melottisetrecipients: + ezio.melotti, jerrykan
2012-08-30 07:04:54ezio.melottilinkissue2550773 messages
2012-08-30 07:04:54ezio.melotticreate