mercurial/pycompat.py
changeset 34639 a568a46751b6
parent 34468 192f7b126ed2
child 34644 c0a6c19690ff
--- a/mercurial/pycompat.py	Mon Oct 09 12:42:28 2017 -0700
+++ b/mercurial/pycompat.py	Wed Oct 11 17:27:21 2017 -0700
@@ -314,3 +314,5 @@
     stringio = cStringIO.StringIO
     maplist = map
     rawinput = raw_input
+
+isjython = sysplatform.startswith('java')