[Bug 5164] New: URL in feed output of hg-committed doesn't contain hostname

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Mar 30 06:12:32 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5164

            Bug ID: 5164
           Summary: URL in feed output of hg-committed doesn't contain
                    hostname
           Product: Mercurial
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: infrastructure
          Assignee: bugzilla at selenic.com
          Reporter: foozy at lares.dti.ne.jp
                CC: kbullock+mercurial at ringworld.org,
                    mercurial-devel at selenic.com

Hostname of URL is specified in atom feed of https://selenic.com/repo/hg/:

   
<id>https://selenic.com/repo/hg/#changeset-ff0d3b6b287f89594bd8d0308fe2810d2a18ea01</id>
    <link href="https://selenic.com/repo/hg/rev/ff0d3b6b287f"/>

On the other hand, hostname isn't specified in atom feed of
https://www.mercurial-scm.org/repo/hg-committed/:

   
<id>https:///repo/hg-committed/#changeset-befc310bcc8a9df1051d4a800dce95d9b1c9b914</id>
    <link href="https:///repo/hg-committed/rev/befc310bcc8a"/>

This prevents feed reader application from making user jump to
corresponded page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list