author | Matt Harbison <matt_harbison@yahoo.com> |
Sat, 31 Mar 2018 23:47:56 -0400 | |
changeset 37249 | fe061e47a2cf |
parent 37248 | dfb38c4850a9 |
child 37250 | 9640ccf44ac0 |
--- a/hgext/lfs/wireprotolfsserver.py Sat Mar 31 15:20:43 2018 -0400 +++ b/hgext/lfs/wireprotolfsserver.py Sat Mar 31 23:47:56 2018 -0400 @@ -10,7 +10,6 @@ import datetime import errno import json -import os from mercurial.hgweb import ( common as hgwebcommon, @@ -242,7 +241,7 @@ """ method = req.method - oid = os.path.basename(req.dispatchpath) + oid = req.dispatchparts[-1] localstore = repo.svfs.lfslocalblobstore if method == b'PUT':