diff mercurial/hgweb/common.py @ 37152:cc0a6ea95d98

lfs: add support for serving blob files
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 17 Mar 2018 01:53:44 -0400
parents a2566597acb5
children 31a0d47d69b3
line wrap: on
line diff
--- a/mercurial/hgweb/common.py	Sat Mar 17 01:47:57 2018 -0400
+++ b/mercurial/hgweb/common.py	Sat Mar 17 01:53:44 2018 -0400
@@ -23,6 +23,7 @@
 httpserver = util.httpserver
 
 HTTP_OK = 200
+HTTP_CREATED = 201
 HTTP_NOT_MODIFIED = 304
 HTTP_BAD_REQUEST = 400
 HTTP_UNAUTHORIZED = 401