Message4632
 
 
 
 
  
      > * 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.  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2012-08-30 07:04:55 | ezio.melotti | set | messageid: <1346310295.1.0.78988247496.issue2550773@psf.upfronthosting.co.za> |  
| 2012-08-30 07:04:55 | ezio.melotti | set | recipients:
  + ezio.melotti, jerrykan |  
| 2012-08-30 07:04:54 | ezio.melotti | link | issue2550773 messages |  
| 2012-08-30 07:04:54 | ezio.melotti | create |  |  
 
 
 |