Anton Shestakov <av6@dwimlabs.net>, Sun, 11 Sep 2016 01:08:22 +0800
.luacheckrc: use std=min (in hope of supporting Lua 5.2+ some day)
examples/version.lua
Permissions: -rw-r--r--
local hglib = require 'hglib' local client = hglib.Client.open() local code, o, e, d = client:runcommand('version', '--quiet') print(o:match('%(version (%S+)%)')) print("Couldn't get version: " .. e)