comparison rhodecode/lib/dbmigrate/__init__.py @ 3700:3563bb7b4b82

merge with rc1
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 18:37:22 +0200
parents 82a88013a3fd b76a595b7a5e
children ffd45b185016
comparison
equal deleted inserted replaced
3525:0cef54d34605 3700:3563bb7b4b82
39 39
40 max_args = 1 40 max_args = 1
41 min_args = 1 41 min_args = 1
42 42
43 usage = "CONFIG_FILE" 43 usage = "CONFIG_FILE"
44 summary = "Upgrades current db to newer version given configuration file" 44 summary = "Upgrades current db to newer version"
45 group_name = "RhodeCode" 45 group_name = "RhodeCode"
46 46
47 parser = Command.standard_parser(verbose=True) 47 parser = Command.standard_parser(verbose=True)
48 48
49 def command(self): 49 def command(self):