hgext/lfs/wireprotolfsserver.py
changeset 43115 4aa72cdf616f
parent 43077 687b865b95ad
child 43380 579672b347d2
equal deleted inserted replaced
43114:8197b395710e 43115:4aa72cdf616f
    43         return True
    43         return True
    44 
    44 
    45     if not rctx.repo.ui.configbool(b'experimental', b'lfs.serve'):
    45     if not rctx.repo.ui.configbool(b'experimental', b'lfs.serve'):
    46         return False
    46         return False
    47 
    47 
    48     if not util.safehasattr(rctx.repo.svfs, b'lfslocalblobstore'):
    48     if not util.safehasattr(rctx.repo.svfs, 'lfslocalblobstore'):
    49         return False
    49         return False
    50 
    50 
    51     if not req.dispatchpath:
    51     if not req.dispatchpath:
    52         return False
    52         return False
    53 
    53