comparison HISTORY.txt @ 73:d262139732f7

Fixed to work against mercurial >= 4.1 (which requires using @command decorator for commands). (internally using mercurial_extension_utils to define command portably)
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Thu, 18 May 2017 17:36:19 +0200
parents a262d5481d16
children
comparison
equal deleted inserted replaced
72:29fa6cfad89b 73:d262139732f7
1 1.0.3 1 1.1.0
2 ~~~~~~~~~~~~~ 2 ~~~~~~~~~~~~~
3 3
4 Updated links after bitbucket changes. 4 Fixed to work with Mercurial >= 4.1
5 5
6 hg 4.1 and 4.2 added to tested versions. 6 Formally tested against Mercurial 4.1 and 4.2
7
8 Updated doc links after bitbucket changes.
9
10 Note: since this version mercurial_extension_utils is required
11 (for meu.command, compatibility layer for command definition
12 working against various mercurial versions).
7 13
8 1.0.2 14 1.0.2
9 ~~~~~~~~~~~~~ 15 ~~~~~~~~~~~~~
10 16
11 Some unimportant test tweaks (tests were failing in some environments). 17 Some unimportant test tweaks (tests were failing in some environments).