branch: externals/vc-hgcmd commit 997cdfe13c7894157bf825a2a9742e25f279941e Author: Andrii Kolomoiets <andreyk....@gmail.com> Commit: GitHub <nore...@github.com>
Initial commit --- .gitignore | 11 +++++++++++ README.md | 2 ++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..206569d --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Compiled +*.elc + +# Packaging +.cask + +# Backup files +*~ + +# Undo-tree save-files +*.~undo-tree diff --git a/README.md b/README.md new file mode 100644 index 0000000..d381447 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# emacs-vc-hgcmd +Emacs VC backend to work with hg repositories through hg command server