Mercurial
Mercurial
>
hdabo
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/hdalab/context_processors.py
changeset 394
4911075b6000
equal
deleted
inserted
replaced
393:2de7d0f96813
394:4911075b6000
1
import hdalab
2
3
def version(request):
4
return { 'VERSION': hdalab.get_version() }