James Carlson wrote: > Rafael Vanoni writes: >> Not exactly a problem, but I thought it was worth mentioning. >> >> I just noticed that if you run webrev twice over the same repo, but >> between the first and the second webrev you change a file back to its >> original state (by hand or with hg revert file), the diffs/patches for >> that file are not removed from the webrev folder. > > This was true with Teamware as well; it hasn't changed. > > The file should disappear from the summary files (such as the > top-level index.html), but the diffs and source aren't removed from > the directories below. (If it doesn't disappear from the visible > parts of the webrev, then that's a bug.) > > In general, if I do something "exotic" like reverting a file, or if > it's just been a long time since the last webrev, I do "rm -rf webrev" > to make sure it's clean first. >
Ah, ok. Thanks Rafael