##// END OF EJS Templates
changelog: update read pending documentation...
Pierre-Yves David -
r25814:dc1a4926 default
parent child Browse files
Show More
@@ -269,7 +269,7 b' class changelog(revlog.revlog):'
269 269 access its content.
270 270
271 271 This function will read all the index data out of the pending file and
272 extend the main index."""
272 overwrite the main index."""
273 273
274 274 if not self.opener.exists(file):
275 275 return # no pending data for changelog
General Comments 0
You need to be logged in to leave comments. Login now