diff options
| author | Daehyeok Mun <daehyeok@gmail.com> | 2024-01-20 16:08:17 -0800 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-01-21 12:17:13 +0200 |
| commit | 1df5ccf0cca6ef20084462a7671403b6b858448b (patch) | |
| tree | 6d99e27f39732ba9fbb1db9630e9616588e97292 /doc | |
| parent | eb6b6813a16befe9f06144428b6db2dae15b2f04 (diff) | |
vcs: add Jujutsu support
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/faq.adoc | 2 | ||||
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 1 | ||||
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/faq.adoc b/doc/modules/ROOT/pages/faq.adoc index 7a930ab..73c8122 100644 --- a/doc/modules/ROOT/pages/faq.adoc +++ b/doc/modules/ROOT/pages/faq.adoc @@ -59,7 +59,7 @@ automatically used when appropriate to improve performance. Inside version control repositories, VC tools are used when installed to list files more efficiently. The supported tools include git, hg, -fossil, bzr, darcs, pijul, svn, and sapling. +fossil, bzr, darcs, pijul, svn, sapling and jujutsu. Outside version control repositories, file search tools are used when installed for a faster search than pure Elisp. The supported tools diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index 17824c9..9400dd7 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -32,6 +32,7 @@ a project. Out of the box Projectile supports: * Fossil * Darcs * Sapling +* Jujutsu === File markers diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 59f7812..8d92486 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -52,7 +52,7 @@ automatically used when appropriate to improve performance. Inside version control repositories, VC tools are used when installed to list files more efficiently. The supported tools include git, hg, -fossil, bzr, darcs, pijul, svn, and sapling. +fossil, bzr, darcs, pijul, svn, sapling and jujutsu. Outside version control repositories, file search tools are used when installed for a faster search than pure Elisp. The supported tools |
