Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision ba75e3983b0a127d194030097aa18e3656f49106 authored by Alain Leufroy on 24 September 2011, 22:14:31 UTC, committed by Alain Leufroy on 24 September 2011, 22:14:31 UTC
``checkexec`` function from ``mercurial.posix`` creates a temporary
*hg-checkexec-* file.

This function is called by hgview while refreshing the repo info (getting file
exec flags changed). As a new file is created and then deleted, hgview refreshes
the repo info causing a loop.

So we have to filter filenames *while processing the events* instead of
filtering the filename while adding watchers.
1 parent a212362
History
Tip revision: ba75e3983b0a127d194030097aa18e3656f49106 authored by Alain Leufroy on 24 September 2011, 22:14:31 UTC
[console] fix inotify over refreshing caused by mercurial (checkexec)
Tip revision: ba75e39
File Mode Size
curses
qt4
__init__.py -rw-r--r-- 1.3 KB
__pkginfo__.py -rw-r--r-- 2.7 KB
application.py -rw-r--r-- 5.8 KB
config.py -rw-r--r-- 9.1 KB
decorators.py -rw-r--r-- 514 bytes
hggraph.py -rw-r--r-- 22.9 KB
hgviewhelp.py -rw-r--r-- 6.8 KB
inotify.py -rw-r--r-- 4.6 KB
util.py -rw-r--r-- 3.9 KB

back to top