Anton Shestakov <av6@dwimlabs.net>, Tue, 25 Oct 2016 12:24:01 +0800
Added tag 0.8 for changeset e11df013b0a0
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)