Mercurial > public > mercurial-scm > hg-stable
diff hgext/lfs/blobstore.py @ 35123:07e97998d385
lfs: register config options
I'm not sure at what point we can get rid of the deprecated options, but for the
sake of making progress, they are registered too.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 14 Nov 2017 01:03:22 -0500 |
parents | b8e5fb8d2389 |
children | 8e72f9152c4d |
line wrap: on
line diff
--- a/hgext/lfs/blobstore.py Tue Nov 14 00:14:52 2017 -0500 +++ b/hgext/lfs/blobstore.py Tue Nov 14 01:03:22 2017 -0500 @@ -91,7 +91,7 @@ baseurl, authinfo = url.authinfo() self.baseurl = baseurl.rstrip('/') self.urlopener = urlmod.opener(ui, authinfo) - self.retry = ui.configint('lfs', 'retry', 5) + self.retry = ui.configint('lfs', 'retry') def writebatch(self, pointers, fromstore): """Batch upload from local to remote blobstore."""