Mercurial > hg > mercurial
diff 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 |
line wrap: on
line diff
--- 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" +