diff options
| author | Zeyi (Rice) Fan <github@zeyi.fan> | 2024-01-15 01:34:17 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 11:34:17 +0200 |
| commit | 0b9c9e802527dec8d0ed62167b380fb7524aa64f (patch) | |
| tree | 65884ab808d574a877b305df33ccd7dcdd5b05d9 /doc | |
| parent | e0fc464d1e41c8d7267636ea2b7330491087c19d (diff) | |
Add Sapling support (#1875)
Sapling is a Meta maintained fork of Mercurial. It uses .sl as the state directory instead of .hg to avoid compatibility issues with Mercurial. See this page for comparison with Mercurial: https://sapling-scm.com/docs/introduction/differences-hg
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 62166c8..7a930ab 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, and svn. +fossil, bzr, darcs, pijul, svn, and sapling. 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 f3db50d..17824c9 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -31,6 +31,7 @@ a project. Out of the box Projectile supports: * CVS * Fossil * Darcs +* Sapling === File markers diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 0dca9cb..59f7812 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, and svn. +fossil, bzr, darcs, pijul, svn, and sapling. Outside version control repositories, file search tools are used when installed for a faster search than pure Elisp. The supported tools |
