comparison mercurial-common/src/python/load-commands-command.py @ 1045:71d765469b2d

fixed function name
author victory.bedrosova
date Tue, 19 Jan 2021 22:53:01 +0100
parents e7df2ef5064b
children
comparison
equal deleted inserted replaced
1044:e7df2ef5064b 1045:71d765469b2d
47 #so here goes command registration and options 47 #so here goes command registration and options
48 cmdtable = { 48 cmdtable = {
49 b"CMD": (load_commands_command, [], b" OUTPUT_FILE") 49 b"CMD": (load_commands_command, [], b" OUTPUT_FILE")
50 } 50 }
51 51
52 load_substates_command.norepo = True 52 load_commands_command.norepo = True
53 load_substates_command.optionalrepo = False 53 load_commands_command.optionalrepo = False
54 load_substates_command.inferrepo = False 54 load_commands_command.inferrepo = False
55 55
56 testedwith = '2.2.2' 56 testedwith = '2.2.2'
57 buglink = "upsource-support@jetbrains.com" 57 buglink = "upsource-support@jetbrains.com"
58 58