swh.web.browse.views.revision module#
- swh.web.browse.views.revision.revision_log_browse(request: HttpRequest, sha1_git: str) HttpResponse [source]#
Django view that produces an HTML display of the history log for a revision identified by its id.
The url that points to it is
GET /browse/revision/(sha1_git)/log/
- swh.web.browse.views.revision.revision_browse(request: HttpRequest, sha1_git: str) HttpResponse [source]#
Django view that produces an HTML display of a revision identified by its id.
The url that points to it is
GET /browse/revision/(sha1_git)/
.