[issue573] notify extension ignores local fs access

Thomas Klausner mercurial-bugs at selenic.com
Tue May 29 00:47:53 CDT 2007


New submission from Thomas Klausner <tk at giga.or.at>:

Compare the output of the following two:

# hg clone /repo localrepo
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
# hg clone ssh://localhost//repo remoterepo
requesting all changes
adding changesets
adding manifests
adding file changes
added 9 changesets with 9 changes to 2 files
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
# cd localrepo; echo foo > a; hg ci -m 'Test local'; hg push
pushing to /repo
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
# cd ../remotetest; hg pull -u
pulling from ssh://localhost//repo
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
# echo foo2 > a; hg ci -m 'Test remote'; hg push
pushing to ssh://localhost//repo
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: notify: sending 2 subscribers 1 changes

Note that only in the second case the "notify" line is written (and
email is sent).

----------
messages: 3135
nosy: tk
priority: urgent
status: unread
title: notify extension ignores local fs access

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



More information about the Mercurial-devel mailing list