Title [Bugtracker] Add hyperlink to ticket source at its revision
AuthorE. C. Masloch
Created2026-06-19 16:58:01 +0200 Jun Fri
State closed
E. C. Masloch on 2026-06-19 16:58:26 +0200 Jun Fri

Added to the buggy ticket format tool in hg 21a6df7e6416 today. Added the needed buggy parameters to the bugtracker Makefile in hg 9314a4e5d169 (revision hyperlink) and in hg 573e51281bd7 (changed to file hyperlink).

E. C. Masloch on 2026-06-19 17:04:37 +0200 Jun Fri

The scriptlets used to update the old tickets with appropriate hyperlinks were recorded in hg f3436fdb7402. They are:

hg up a2450e016a1f

(Used once.)

hg up "$(hg id -r . --template '{children|short}\n')" &&
  buggy "hg $(hg id --template '{node|short}\n' -r .)" \
  "https://hg.pushbx.org/ecm/bugtracker/file/$(hg id --template '{node|short}\n' -r .)/"

(Used repeatedly until no more file updates were displayed.)