Show More
@@ -175,7 +175,7 b' class localrepository(repo.repository):' | |||||
175 | def _bookmarkcurrent(self): |
|
175 | def _bookmarkcurrent(self): | |
176 | return bookmarks.readcurrent(self) |
|
176 | return bookmarks.readcurrent(self) | |
177 |
|
177 | |||
178 | @propertycache |
|
178 | @filecache('00changelog.i', True) | |
179 | def changelog(self): |
|
179 | def changelog(self): | |
180 | c = changelog.changelog(self.sopener) |
|
180 | c = changelog.changelog(self.sopener) | |
181 | if 'HG_PENDING' in os.environ: |
|
181 | if 'HG_PENDING' in os.environ: |
General Comments 0
You need to be logged in to leave comments.
Login now