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
.
web/hdabo/context_processors.py
changeset 49
55e5f8a878ae
equal
deleted
inserted
replaced
48:0bebe36ee79f
49:55e5f8a878ae
1
import hdabo
2
3
def version(request):
4
return { 'VERSION': hdabo.get_version() }
5