##// END OF EJS Templates
context: use rev for changelog lookup...
Matt Mackall -
r16377:f8ce254e default
parent child Browse files
Show More
@@ -129,7 +129,7 class changectx(object):
129
129
130 @propertycache
130 @propertycache
131 def _changeset(self):
131 def _changeset(self):
132 return self._repo.changelog.read(self.node())
132 return self._repo.changelog.read(self.rev())
133
133
134 @propertycache
134 @propertycache
135 def _manifest(self):
135 def _manifest(self):
General Comments 0
You need to be logged in to leave comments. Login now