Disable fsmonitor on nested mercurial repositories. Only depth one
repositories are detected at the moment.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
hgext/fsmonitor/__init__.py | ||
---|---|---|
748–750 | Nit: we should be using repo.vfs.listdir() here, as all I/O should be abstracted via VFS layer. But I think this is fine (we make this violation in many other places). |
Nit: we should be using repo.vfs.listdir() here, as all I/O should be abstracted via VFS layer. But I think this is fine (we make this violation in many other places).