diff --git a/git-arr b/git-arr index b9c9d46..bd38324 100755 --- a/git-arr +++ b/git-arr @@ -217,7 +217,7 @@ def summary(repo): def branch(repo, bname, offset = 0): return dict(repo = repo.new_in_branch(bname), offset = offset) -@bottle.route('/r//c//') +@bottle.route('/r//c//') @bottle.view('commit') @with_utils def commit(repo, cid):