branch: elpa/vc-fossil commit 9b9736c9993fa33d8380e77be348302d7a907660 Author: venks <venks> Commit: venks <venks>
Add github mirror information and remove obsolete notes --- doc/index.wiki | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/doc/index.wiki b/doc/index.wiki index dbb233d..0226f90 100644 --- a/doc/index.wiki +++ b/doc/index.wiki @@ -1,10 +1,9 @@ <title>Emacs Integration for Fossil</title> -This mini-project is for integrating emacs into fossil. This needs a -few changes into fossil and needs a new file to be loaded into emacs. +This project is for integrating fossil (http://fossil-scm.org/) into +emacs (https://www.gnu.org/software/emacs/) vc-mode. -You need emacs version 23.1 or better. This definitely does not work -with versions 22.*. +You need emacs version 24.1 or better. 23.* is not supported anymore. <h4>How Do I load Fossil support into emacs?</h4> @@ -31,21 +30,6 @@ emacs -batch -q -no-site-file -eval '(byte-compile-file "vc-fossil.el")' </pre> then you can load vc-fossil.elc, which should be nominally faster. -<h4>What changes to fossil are required</h4> - -As of this fossil version: - -<pre> -7d2d1d3228232b1a1434e425f11008c043171263 2010-11-09 17:51:35 UTC -</pre> - -Fossil trunk (and therefore binaries after that date) support -this package directly. - -Future changes, if required, will be in the venks-emacs branch on the -fossil repository. - - <h4>What emacs keys do I need?</h4> This integrates fossil into emacs vc builtin mode. The same keys will @@ -76,3 +60,9 @@ are: emacs 25 support</li> </ul> +<h4>Mirrors</h4> + +This project is also mirrored into github at +https://github.com/venks1/emacs-fossil , primarily for MELPA. + +