##// END OF EJS Templates
more whitespace cleanup and some other style nits
Dirkjan Ochtman -
r8222:d30a2159 default
parent child Browse files
Show More
@@ -34,6 +34,7 b' class ui(object):'
34 # we always trust global config files
34 # we always trust global config files
35 for f in util.rcpath():
35 for f in util.rcpath():
36 self.readconfig(f, trust=True)
36 self.readconfig(f, trust=True)
37
37 def copy(self):
38 def copy(self):
38 return self.__class__(self)
39 return self.__class__(self)
39
40
General Comments 0
You need to be logged in to leave comments. Login now