emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vc-hgcmd 1d42f77 06/87: readme updated


From: Stefan Monnier
Subject: [elpa] externals/vc-hgcmd 1d42f77 06/87: readme updated
Date: Sat, 5 Jun 2021 16:11:35 -0400 (EDT)

branch: externals/vc-hgcmd
commit 1d42f77ed474e5ec9e44d1df24d4069fe74ccdd2
Author: muffinmad <andreyk.mad@gmail.com>
Commit: muffinmad <andreyk.mad@gmail.com>

    readme updated
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 7a25a49..ef4422f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Because communicating with single `hg` process over pipe is 
much faster than sta
 
 #### File renames and short log
 
-`vc-hgcmd` can't show file renames in `vc-dir` and doesn't have short log 
version yet
+`vc-hgcmd` can't show file renames in `vc-dir` and doesn't have short log 
version yet.
 
 #### Unresolved conflict status for a file
 
@@ -27,7 +27,7 @@ Also you can use `vc-find-conflicted-file` to find next file 
with unresolved mer
 
 #### Current branch is displayed on mode line.
 
-It's not customizable yet.
+Mode-line format is not customizable yet.
 
 #### Amend and close branch commits
 
@@ -50,7 +50,7 @@ You can specify `-C` to run `hg update` with `-C` flag and 
discard all uncommite
 
 #### Filenames in `vc-annotate` buffer are hidden
 
-They are needed to annotate changes across renames but mostly useless in 
annotate buffer.
+They are needed to annotate changes across file renames but mostly useless in 
annotate buffer.
 `vc-hgcmd` removes it from annotate buffer but keep it in text properties.
 
 #### Create tag
@@ -61,7 +61,7 @@ If `vc-create-tag` is invoked with prefix argument then named 
branch will be cre
 #### Predefined commit message
 
 While commiting merge changes commit message will be set to `merged <branch>` 
if
-different branch was merged or to `merged <node>`
+different branch was merged or to `merged <node>`.
 
 ## Installation
 
@@ -69,4 +69,4 @@ 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`.
+Also you need to add `Hgcmd` to `vc-handled-backeds` before or instead `Hg`.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]