forked from mirrors/jj
doc: fix typo of contained_in() template method
This commit is contained in:
parent
dc693e7b8f
commit
6a208e7af7
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
* `jj rebase -r` now accepts `--insert-after` and `--insert-before` options to
|
* `jj rebase -r` now accepts `--insert-after` and `--insert-before` options to
|
||||||
customize the location of the rebased revisions.
|
customize the location of the rebased revisions.
|
||||||
|
|
||||||
* Commit objects in templates now have a `containted_in(revset: String) -> Boolean` method.
|
* Commit objects in templates now have a `contained_in(revset: String) ->
|
||||||
|
Boolean` method.
|
||||||
|
|
||||||
### Fixed bugs
|
### Fixed bugs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue