fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of stigma:platforma
[redakcja.git]
/
apps
/
explorer
/
views.py
diff --git
a/apps/explorer/views.py
b/apps/explorer/views.py
index
28082e6
..
23b7059
100644
(file)
--- a/
apps/explorer/views.py
+++ b/
apps/explorer/views.py
@@
-38,7
+38,7
@@
def file_path(fileid):
def with_repo(view):
"""Open a repository for this view"""
def view_with_repo(request, *args, **kwargs):
def with_repo(view):
"""Open a repository for this view"""
def view_with_repo(request, *args, **kwargs):
- kwargs['repo'] = wlrepo.
MercurialLibrary(settings.REPOSITORY_PATH
)
+ kwargs['repo'] = wlrepo.
open_library(settings.REPOSITORY_PATH, 'hg'
)
return view(request, *args, **kwargs)
return view_with_repo
return view(request, *args, **kwargs)
return view_with_repo