Mercurial > hg
view tests/test-audit-path.out @ 8335:713ec3f9c9de
inotify: Clarify the use of "watcher" name.
Currently, Watcher is a class in inotify.linux.watcher, but it's also a class
in inotify.server . To complicate things further more, the latter has a
'watcher' attribute, an instance of the former class.
When it comes to the 'watcher' attribute of the Server class in inotify.server,
one can get quite confused: is it a Watcher object from inotify.server, or from
inotify.linux.watcher?
Changes:
* in inotify.linux.watcher : nothing
* in inotify.server :
** Watcher class is renamed to RepoWatcher
** server.watcher is renamed to server.repowatcher
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Mon, 04 May 2009 21:18:33 +0900 |
parents | e9d3a11eacad |
children |
line wrap: on
line source
% should fail abort: path contains illegal component: .hg/00changelog.i adding a/a % should fail abort: path 'b/b' traverses symbolic link 'b' % should succeed % should still fail - maybe abort: path 'b/b' traverses symbolic link 'b' % unbundle tampered bundle adding changesets adding manifests adding file changes added 5 changesets with 6 changes to 6 files (+4 heads) (run 'hg heads' to see heads, 'hg merge' to merge) % attack .hg/test .hg/test abort: path contains illegal component: .hg/test % attack foo/.hg/test foo/.hg/test abort: path 'foo/.hg/test' is inside repo 'foo' % attack back/test where back symlinks to .. back back/test abort: path 'back/test' traverses symbolic link 'back' % attack ../test ../test abort: path contains illegal component: ../test % attack /tmp/test /tmp/test abort: No such file or directory: [HGTMP]/test-audit-path/target//tmp/test