Mercurial
Mercurial
>
plan4learning
/ 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/p4l/context_processors.py
changeset 120
6ec0300b626e
child 126
a345f1a67bf1
equal
deleted
inserted
replaced
119:ece69ca3ac24
120:6ec0300b626e
1
from p4l import get_version
2
3
def version(request):
4
return { 'VERSION': get_version() }