Homepage: https://github.com/pusto/vc-mks.el
Updated:
VC backend for MKS Integrity (Source)
Known problems: - Check for working revision, which is not a member revision, fails without a warning. - `vc-merge' is not implemented - `vc-dir' is not implemented Study `after-' functionality. Idea: list members and non-members Internal: - Abstract completion interface, "default" and "ido" should be possible. Usage: (setq vc-handled-backends '(MKS)) ; for exclusive use or (push 'MKS vc-handled-backends) ; use in parallel with other SCMs (add-to-list 'load-path "/path/to") ; /path/to/vc-mks.el Alternatives: https://github.com/sensorflo/mks.git