##// END OF EJS Templates
#109, added optional clone uri when creating repo....
#109, added optional clone uri when creating repo. Cleaned up repos controller moved common code into __load_data

File last commit:

r833:9753e090 beta
r1112:6d0a7284 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)