diff mercurial/ui.py @ 3338: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 0e3c45a74683
children a7cec14c9b40
line wrap: on
line diff
--- a/mercurial/ui.py
+++ b/mercurial/ui.py
@@ -30,8 +30,6 @@ class ui(object):
             self.traceback = traceback
 
             self.updateopts(verbose, debug, quiet, interactive)
-            self.diffcache = None
-            self.revlogopts = self.configrevlog()
         else:
             # parentui may point to an ui object which is already a child
             self.parentui = parentui.parentui or parentui