Download:
child 32:b958f661c857
parent 30:c89104014973
31:aef6b4e933b0
Anton Shestakov <av6@dwimlabs.net>, Fri, 16 Sep 2016 10:40:32 +0800
hglib: have an error message for unexpected data on required channel

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
hglib.lua file | annotate | diff | comparison | revisions
--- a/hglib.lua Fri Sep 16 07:55:11 2016 +0800
+++ b/hglib.lua Fri Sep 16 10:40:32 2016 +0800
@@ -149,6 +149,7 @@
elseif channel == 'd' then
d = d .. message
elseif channel:lower() ~= channel then
+ e = e .. '\nhglib: unexpected data on required channel "' .. channel .. '"'
return nil, o, e, d
end
end