Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 14 May 2009 16:03:17 +0200 | Dirkjan Ochtman | merge: add -S/--show option to review revisions without merging |
Thu, 14 May 2009 15:48:47 +0200 | Nicolas Dumazet | inotify: Abstract the layer format and sizes to a inotify.common dictionary |
Mon, 11 May 2009 08:19:28 +0900 | Nicolas Dumazet | inotify: Coding Style: name classes in lowercase. |
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 |