diff scripts/logformat.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 a8e6bb9ee9ea
children 4b68fbe195b6
line wrap: on
line diff
--- a/scripts/logformat.py	Sat Jan 25 22:13:43 2020 +0100
+++ b/scripts/logformat.py	Sat Nov 23 22:08:18 2019 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 
 from __future__ import print_function