Files @ 1cd0a0c05f42
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl

Marcin Kuzminski
swap the select values with revisions dynamically when switching the repos on pull request view
- fix the partial ajax request that should never do redirect
1
2
3
4
5
#!/usr/bin/env python
from migrate.versioning.shell import main

if __name__ == '__main__':
    main(%(defaults)s)