changeset 1005:3da1f4168906

UP-10121 Upsource 2018.1.584 doesn't work with Mercurial 4.7.1
author dmitry.treskunov@dmitrijs-mbp.labs.intellij.net
date Tue, 16 Oct 2018 15:02:54 +0200
parents 7e54839e1768
children dc66807c0c28 b29a61718d05
files mercurial-common/src/python/load-substates-command.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-common/src/python/load-substates-command.py	Fri Jun 29 11:53:45 2018 +0200
+++ b/mercurial-common/src/python/load-substates-command.py	Tue Oct 16 15:02:54 2018 +0200
@@ -146,7 +146,8 @@
 load_substates_command.norepo = False
 load_substates_command.optionalrepo = False
 load_substates_command.inferrepo = False
+load_substates_command.intents = None
 
-testedwith = '4.2.1'
+testedwith = '4.7.2'
 buglink = "upsource-support@jetbrains.com"