branch: externals/vc-hgcmd commit f1bf6d622b8e42d4b972ba48efa90cafe7222371 Author: muffinmad <andreyk....@gmail.com> Commit: muffinmad <andreyk....@gmail.com>
Installation note --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 97b161d..7a25a49 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,11 @@ If `vc-create-tag` is invoked with prefix argument then named branch will be cre While commiting merge changes commit message will be set to `merged <branch>` if different branch was merged or to `merged <node>` + +## Installation + +Download `vc-hgcmd.el` and run: + +<kbd>M-x</kbd> `package-install-file` <kbd>RET</kbd> `<path-to-vc-hgcmd-el>` <kbd>RET</kbd> + +Also you need to add `Hgcmd` to `vc-handled-backeds`.