Mercurial > hg > mercurial
comparison mercurial-common/src/python/load-substates-command.py @ 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 | 0607a0504129 |
children | 3da1f4168906 |
comparison
equal
deleted
inserted
replaced
968:2a8670c6afa9 | 971:c5dc2c802e4b |
---|---|
141 #so here goes command registration and options | 141 #so here goes command registration and options |
142 cmdtable = { | 142 cmdtable = { |
143 "load-substates": (load_substates_command, [ ], " [options] OUTPUT_FILE") | 143 "load-substates": (load_substates_command, [ ], " [options] OUTPUT_FILE") |
144 } | 144 } |
145 | 145 |
146 testedwith = '2.2.2' | 146 load_substates_command.norepo = False |
147 buglink = "@jonnyzzz" | 147 load_substates_command.optionalrepo = False |
148 load_substates_command.inferrepo = False | |
148 | 149 |
150 testedwith = '4.2.1' | |
151 buglink = "upsource-support@jetbrains.com" | |
152 |