New submission from Ori Avtalion <[EMAIL PROTECTED]>: When a large "revert" operation takes place, the user is greeted to the message: "Reading inventory of repository /home/me/devel/project inventory" which in time turns into "Finished reverting."
The last word, "inventory", is out of place. The line is printed by finishedOneIO in read_repo_private [src/Darcs/Repository/DarcsRepo.lhs] Since reading the inventory file is the only IO operation in read_repo_private (or more precisely: finishedOneIO is called only once), there is no "progress" to report. The message would make more sense if there were other files being read and the the word "inventory" would have been replaced by their names, to show the progress. But, this isn't the case here. ---------- messages: 3247 nosy: beschmi, droundy, kowey, salty-horse, tommy priority: bug status: unread title: Odd progress report message when reverting __________________________________ Darcs bug tracker <[EMAIL PROTECTED]> <http://bugs.darcs.net/issue665> __________________________________ _______________________________________________ darcs-devel mailing list darcs-devel@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-devel