aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/views.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-20 19:53:26 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-20 19:53:26 -0800
commitcce589d9b309679c8ea0a9bbed88e0093c1927f0 (patch)
tree853a3505741f036c0a7202bb9f144b4f31dddd03 /bn_django/git_browse/views.py
parent7adab6520975d9a8650a214ca519f2357707bd65 (diff)
downloadbnewnet-cce589d9b309679c8ea0a9bbed88e0093c1927f0.tar.gz
bnewnet-cce589d9b309679c8ea0a9bbed88e0093c1927f0.zip
more git_browse files
Diffstat (limited to 'bn_django/git_browse/views.py')
-rw-r--r--bn_django/git_browse/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/git_browse/views.py b/bn_django/git_browse/views.py
index 3439c35..8a84241 100644
--- a/bn_django/git_browse/views.py
+++ b/bn_django/git_browse/views.py
@@ -57,7 +57,7 @@ def view_tree(request, repo, hash=None,branch=None):
if l[1] == 'tree':
tree_objs.append(tree_from_str(line))
if l[1] == 'blob':
- blob_objs.append(blob_from_str(line))
+ tree_objs.append(blob_from_str(line))
return render_to_response('git_browse/tree.html',
dict(object=therepo,