Enable support for Mercurial 6.x
authorPatrik Svestka <patrik.svestka@gmail.com>
Mon, 10 Jan 2022 14:21:17 +0100
changeset 938 2bb53758015c
parent 937 50a0c0f3135e
child 939 a73a661b7f7e
child 940 d116c3c673f7
Enable support for Mercurial 6.x
mercurial/HGCommand.st
--- a/mercurial/HGCommand.st	Thu Dec 09 11:16:29 2021 +0000
+++ b/mercurial/HGCommand.st	Mon Jan 10 14:21:17 2022 +0100
@@ -3,7 +3,7 @@
 Copyright (C) 2012-2015 Jan Vrany
 Copyright (C) 2020 LabWare
 Copyright (C) 2021 svestkap
-Copyright (C) 2021 Patrik Svestka
+Copyright (C) 2021-2022 Patrik Svestka
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -213,7 +213,7 @@
 Copyright (C) 2012-2015 Jan Vrany
 Copyright (C) 2020 LabWare
 Copyright (C) 2021 svestkap
-Copyright (C) 2021 Patrik Svestka
+Copyright (C) 2021-2022 Patrik Svestka
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -548,9 +548,11 @@
         (3 #'*' #'*')     "3.x"
         (4 #'*' #'*')     "4.x"
         (5 #'*' #'*')     "5.x"
+        (6 #'*' #'*')     "6.x"
     )
 
     "Created: / 19-11-2012 / 20:26:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-01-2022 / 14:20:37 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 verbose