Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 08 May 2009 16:28:52 +0900 | Nicolas Dumazet | inotify: dic.setdefault(k, d) ; v = dic[k] --> v = dic.setdefault(k, d) |
Fri, 08 May 2009 16:40:39 +0900 | Nicolas Dumazet | inotify: make mask a class variable since it's instance-independant |
Fri, 08 May 2009 17:45:01 +0900 | Nicolas Dumazet | inotify: RepoWatcher.updatestatus: document & use meaningful parameter names |
Mon, 04 May 2009 18:19:26 +0900 | Nicolas Dumazet | inotify: server.walk(): use yield instead of for |
Thu, 14 May 2009 10:59:55 +0200 | Simon Heimberg | context: replace pseudo-set by real set |
Thu, 14 May 2009 13:21:47 +0200 | Martin Geisler | highlight: updated changed test output |