2
0
mirror of https://github.com/codl/forget synced 2025-01-22 11:54:09 +01:00
forget-cancellare-vecchi-toot/libforget/version.py

5 lines
119 B
Python
Raw Normal View History

from app import app
2017-08-29 14:46:32 +02:00
def url_for_version(ver):
return app.config['COMMIT_URL'].format(hash=ver['full-revisionid'])