ok/jj
1
0
Fork 0
forked from mirrors/jj

changelog: fix a typo move than -> more than

This commit is contained in:
Aleksey Kuznetsov 2024-03-22 22:29:02 +05:00
parent 0fcb6f8ef0
commit 011b20fdac

View file

@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `jj squash` now accepts `--from` and `--into` (mutually exclusive with `-r`).
It can thereby be for all use cases where `jj move` can be used. The `--from`
argument accepts a revset that resolves to move than one revision.
argument accepts a revset that resolves to more than one revision.
* Commit templates now support `immutable` keyword.