[3.15 migration] repo-uri is a c-c command option and does not need migration since it doesn't exist in the configuration file
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 10 Apr 2012 21:52:23 +0200
changeset 8357 8b16593abd85
parent 8356 e6688dd9fb52
child 8361 7f356ba4181c
[3.15 migration] repo-uri is a c-c command option and does not need migration since it doesn't exist in the configuration file
misc/migration/3.15.0_common.py
--- a/misc/migration/3.15.0_common.py	Tue Apr 10 18:14:16 2012 +0200
+++ b/misc/migration/3.15.0_common.py	Tue Apr 10 21:52:23 2012 +0200
@@ -1,5 +1,2 @@
 undo_actions = config.cfgfile_parser.get('MAIN', 'undo-support', False)
 config.global_set_option('undo-enabled', bool(undo_actions))
-pyro_actions = config.cfgfile_parser.get('REMOTE', 'pyro', False)
-if pyro_actions:
-    config.global_set_option('repo-uri', 'pyro://')