From 795b88e16c1b2780a14ec6ade949c3309fa68586 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 5 Aug 2022 23:22:48 -0500 Subject: [PATCH] readme: minor improvements [no ci] Signed-off-by: Felipe Contreras --- README.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index b96d2f5..56733a0 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -102,10 +102,10 @@ Mercurial branches and bookmarks have some limitations of Git branches: you can't have both 'dev/feature' and 'dev' (as Git uses files and directories to store them). -Multiple anonymous heads (which are useless anyway) are not supported; you +Multiple anonymous heads (which are useless anyway) are not supported: you would only see the latest head. -Closed branches are not supported; they are not shown and you can't close or +Closed branches are not supported: they are not shown and you can't close or reopen. Additionally in certain rare situations a synchronization issue can occur (https://github.com/felipec/git/issues/65[Bug #65]). @@ -113,8 +113,8 @@ Limitations of the remote-helpers' framework apply. == Other projects == -There are other 'git-remote-hg' projects out there, this is the original, which -was distributed officially the Git project. +There are other 'git-remote-hg' projects out there, but this is the original, +which was distributed officially in the Git project. Over the years many similar tools have died out, the only actively maintained altnernative is mnauw's fork of this project: