Clarify that files() is relative

This commit is contained in:
tp-woven 2023-03-06 13:41:08 +09:00
parent decca920c7
commit 39cbabf58e

View File

@ -118,6 +118,7 @@ revsets (expressions) as arguments.
* `empty()`: Commits modifying no files. This also includes `merges()` without
user modifications and `root`.
* `file(pattern..)`: Commits modifying the paths specified by the `pattern..`.
Paths are relative to the directory `jj` was invoked from.
* `present(x)`: Same as `x`, but evaluated to `none()` if any of the commits
in `x` doesn't exist (e.g. is an unknown branch name.)