Hacker News new | ask | show | jobs
by pjtr 3991 days ago
Mercurial has a properly designed extensible generic template system for that built-in.

  hg log -T json
  hg log -T xml
  hg status -T json
  hg tags -T json
  ...