[issue1862] short links for atom feed

Raoul Bhatia [IPAX] bugs at mercurial.selenic.com
Thu Oct 8 12:05:44 UTC 2009


New submission from Raoul Bhatia [IPAX] <r.bhatia at ipax.at>:

hi,

currently, rss-log feeds deliver links with short revisition tags and
atom-log feeds deliver links with the full revision tag.

in my opinion, it would be better to always put the short tags into the
feeds, as this is the way hgweb, hg log, etc. are using the short tag.

i therefore propose to change all related templates, e.g.
  http://selenic.com/repo/hg/file/tip/templates/atom/changelogentry.tmpl :

-<link href="{urlbase}{url}rev/{node}"/> 
+<link href="{urlbase}{url}rev/{node|short}"/>

thanks,
raoul

----------
messages: 10717
nosy: raoulbhatia
priority: wish
status: unread
title: short links for atom feed

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1862>
____________________________________________________



More information about the Mercurial-devel mailing list