Show More
@@ -269,7 +269,7 b' class changelog(revlog.revlog):' | |||||
269 | access its content. |
|
269 | access its content. | |
270 |
|
270 | |||
271 | This function will read all the index data out of the pending file and |
|
271 | This function will read all the index data out of the pending file and | |
272 |
|
|
272 | overwrite the main index.""" | |
273 |
|
273 | |||
274 | if not self.opener.exists(file): |
|
274 | if not self.opener.exists(file): | |
275 | return # no pending data for changelog |
|
275 | return # no pending data for changelog |
General Comments 0
You need to be logged in to leave comments.
Login now