[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
--- 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://')