[issue1844] [inotify] "hg ci folder" will not commit all changes beneath "folder"

Rafael Fernández López bugs at mercurial.selenic.com
Sat Sep 26 14:06:24 UTC 2009


New submission from Rafael Fernández López <ereslibre at gmail.com>:

1. Edit ~/.hgrc and add "inotify =" to the extensions section.
2. hg init ~/test
3. cd ~/test; mkdir a
4. nano a/readme
5. hg add a
6. hg ci -m 'Testing'
7. nano a/readme
8. hg ci a -m 'This should work. Right?'

-- Actual output:
abort: a: file not tracked!

-- Expected output:
readme changes are committed into the repository.

----------
messages: 10584
nosy: ereslibre
priority: bug
status: unread
title: [inotify] "hg ci folder" will not commit all changes beneath "folder"

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



More information about the Mercurial-devel mailing list