- separate lang into the own subpackage as files are shared between mercurial for both pythons - extensions are now prepared and working only under Python2 - the core mercurial is prepared in mercurial-python3 subpackage providing the hg3 executable - Relates: #1737931
11 lines
280 B
Diff
11 lines
280 B
Diff
diff -r 9d3628141c21 contrib/hg-ssh
|
|
--- a/contrib/hg-ssh Tue Mar 05 07:26:45 2019 -0500
|
|
+++ b/contrib/hg-ssh Tue Mar 05 07:26:54 2019 -0500
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python3
|
|
#
|
|
# Copyright 2005-2007 by Intevation GmbH <intevation@intevation.de>
|
|
#
|
|
|