changeset 971:c5dc2c802e4b Indore-2017.1.x

UP-8618
author Dmitry Neverov <dmitry.neverov@gmail.com>
date Thu, 22 Jun 2017 12:54:00 +0200
parents 2a8670c6afa9
children 1f9c8d7f3a12 0a31f12174ca
files mercurial-common/src/python/load-commands-command.py mercurial-common/src/python/load-substates-command.py
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-common/src/python/load-commands-command.py	Tue May 16 15:46:24 2017 +0200
+++ b/mercurial-common/src/python/load-commands-command.py	Thu Jun 22 12:54:00 2017 +0200
@@ -52,5 +52,5 @@
 commands.norepo += " CMD"
 
 testedwith = '2.2.2'
-buglink = "@jonnyzzz"
+buglink = "upsource-support@jetbrains.com"
 
--- a/mercurial-common/src/python/load-substates-command.py	Tue May 16 15:46:24 2017 +0200
+++ b/mercurial-common/src/python/load-substates-command.py	Thu Jun 22 12:54:00 2017 +0200
@@ -143,6 +143,10 @@
     "load-substates": (load_substates_command, [ ], " [options] OUTPUT_FILE")
 }
 
-testedwith = '2.2.2'
-buglink = "@jonnyzzz"
+load_substates_command.norepo = False
+load_substates_command.optionalrepo = False
+load_substates_command.inferrepo = False
 
+testedwith = '4.2.1'
+buglink = "upsource-support@jetbrains.com"
+