Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 3340:929d04962115
ui.py: remove revlogopts and (unused) diffcache variables
This should make the [revlog] section in a .hg/hgrc file be respected
when there's still no changelog.
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Tue, 10 Oct 2006 18:43:20 -0300 |
parents | b7a46cbf3f59 |
children | 9fe62e2db71d |
line wrap: on
line diff
--- a/mercurial/localrepo.py Tue Oct 10 18:43:20 2006 -0300 +++ b/mercurial/localrepo.py Tue Oct 10 18:43:20 2006 -0300 @@ -54,7 +54,7 @@ except IOError: pass - v = self.ui.revlogopts + v = self.ui.configrevlog() self.revlogversion = int(v.get('format', revlog.REVLOG_DEFAULT_FORMAT)) self.revlogv1 = self.revlogversion != revlog.REVLOGV0 fl = v.get('flags', None)