Skip to content
Snippets Groups Projects

Drop support for Mercurial 5.2 & 5.3 as well as Python 3.6

All threads resolved!
6 files
+ 6
20
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
2
@@ -163,8 +163,8 @@
b'collections',
}
testedwith = b'5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3'
minimumhgversion = b'5.3'
testedwith = b'5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3'
minimumhgversion = b'5.4'
buglink = b'https://foss.heptapod.net/mercurial/hg-git/issues'
eh = exthelper.exthelper()
Loading