diff mercurial/localrepo.py @ 41529:13a6dd952ffe

merge with stable
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 04 Feb 2019 20:35:21 +0300
parents 390ef056081b 261d37b94d31
children 328ca3b9e545
line wrap: on
line diff
--- a/mercurial/localrepo.py	Mon Feb 04 18:14:03 2019 +0300
+++ b/mercurial/localrepo.py	Mon Feb 04 20:35:21 2019 +0300
@@ -2904,7 +2904,6 @@
 
     if scmutil.gdinitconfig(ui):
         requirements.add('generaldelta')
-        # experimental config: format.sparse-revlog
         if ui.configbool('format', 'sparse-revlog'):
             requirements.add(SPARSEREVLOG_REQUIREMENT)
     if ui.configbool('experimental', 'treemanifest'):