[issue1375] inotify error when getting status after removing files

edgimar mercurial-bugs at selenic.com
Sun Nov 2 14:28:00 CST 2008


New submission from edgimar <edgimar at gmail.com>:

The following test/results occured with hg rev 972737252d05:

$ hg init t
$ cd t
$ mkdir a b
$ echo a > a/a
$ echo b > b/b
$ hg ci -Am t
adding a/a
adding b/b
$ hg rm a
removing a/a
$ ln -s b a
$ hg add
adding a
$ hg st
could not start inotify server: 'str' object has no attribute 'get'
A a
R a/a

----------
messages: 7808
nosy: edgimar
priority: bug
status: unread
title: inotify error when getting status after removing files

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1375>
____________________________________________________



More information about the Mercurial-devel mailing list