##// END OF EJS Templates
Bugfix: On the changelog page, its possible that some changeset is already checked out by the browser. So we check for that on page load.
Bugfix: On the changelog page, its possible that some changeset is already checked out by the browser. So we check for that on page load.

File last commit:

r833:9753e090 beta
r3464:d253f1b5 beta
Show More
manage.py_tmpl
5 lines | 115 B | text/plain | TextLexer
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(%(defaults)s)