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