##// END OF EJS Templates
inotify: server raising an error when removing a file (issue1371)...
inotify: server raising an error when removing a file (issue1371) When a file is deleted via hg rm <file> the dirstate marks the file with a status of 'r'. The physical file has been deleted, but the inotify server tries to do a stat on the file after it's been removed. Patch catches the exception and correctly call updatestatus()

File last commit:

r7111:91b0ada2 default
r7302:97273725 default
Show More
changelogentry.tmpl
6 lines | 476 B | application/x-cheetah | CheetahLexer
<h3 class="changelog"><a class="title" href="{url}rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
<ul class="changelog-entry">
<li class="age">#date|age# ago</li>
<li>by <span class="name">#author|obfuscate#</span> <span class="revdate">[#date|rfc822date#] rev #rev#</span></li>
<li class="description">#desc|strip|escape|addbreaks#</li>
</ul>