changeset 1045:71d765469b2d

fixed function name
author victory.bedrosova
date Tue, 19 Jan 2021 22:53:01 +0100
parents e7df2ef5064b
children 4c2548700627
files mercurial-common/src/python/load-commands-command.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-common/src/python/load-commands-command.py	Tue Jan 19 21:35:53 2021 +0100
+++ b/mercurial-common/src/python/load-commands-command.py	Tue Jan 19 22:53:01 2021 +0100
@@ -49,9 +49,9 @@
     b"CMD": (load_commands_command, [], b" OUTPUT_FILE")
 }
 
-load_substates_command.norepo = True
-load_substates_command.optionalrepo = False
-load_substates_command.inferrepo = False
+load_commands_command.norepo = True
+load_commands_command.optionalrepo = False
+load_commands_command.inferrepo = False
 
 testedwith = '2.2.2'
 buglink = "upsource-support@jetbrains.com"