comparison scripts/shortlog.py @ 8173:aa6f17a53b49

py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way Bump Mercurial minimum version to 5.2 - the first version that claim stable py3 support.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 23 Nov 2019 22:08:18 +0100
parents 2786730e56e0
children 96b43734025f
comparison
equal deleted inserted replaced
8172:c440bfd49e12 8173:aa6f17a53b49
1 #!/usr/bin/env python2 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 """ 4 """
5 Kallithea script for generating a quick overview of contributors and their 5 Kallithea script for generating a quick overview of contributors and their
6 commit counts in a given revision set. 6 commit counts in a given revision set.