mrcrowl/vscode-hg

Use json template for parsing hg log

Closed this issue · 0 comments

Mercurial has a builtin json template: https://book.mercurial-scm.org/read/template.html#parsing-mercurial-output
It is less error prone than specifying the template line manually, and more robust to Mercurial version changes.