##// END OF EJS Templates
eol: explain why reading .hgeol from the working dir is special
Patrick Mezard -
r13611:358924b0 default
parent child Browse files
Show More
@@ -191,6 +191,8 b' def reposetup(ui, repo):'
191 191 if data is None:
192 192 try:
193 193 if node is None:
194 # Cannot use workingctx.data() since it would load
195 # and cache the filters before we configure them.
194 196 data = self.wfile('.hgeol').read()
195 197 else:
196 198 data = self[node]['.hgeol'].data()
General Comments 0
You need to be logged in to leave comments. Login now