]> git.eshelyaron.com Git - emacs.git/commitdiff
Update descriptions of VC's capabilities for Git and Mercurial
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 8 Apr 2025 05:17:17 +0000 (13:17 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:50:53 +0000 (07:50 +0200)
* doc/emacs/maintaining.texi (Version Control Systems): Update
descriptions of VC's capabilities for Git and Mercurial.

(cherry picked from commit ef8c4779dd4fd2a00d9ca4e572e42608628bce50)

doc/emacs/maintaining.texi

index 312bcddb1c328a992649f2d751ccda46b7111dcc..95dd371702b9ce03c4a1873e0395dd777b767ea5 100644 (file)
@@ -190,8 +190,8 @@ which it refers to as @dfn{back ends}:
 @item
 Git is a decentralized version control system originally invented by
 Linus Torvalds to support development of Linux (his kernel).  VC
-supports many common Git operations, but others, such as repository
-syncing, must be done from the command line.
+supports all the common Git operations, but notably, Git rebases other
+than simply to edit a commit message must be done from the command line.
 
 @cindex CVS
 @item
@@ -235,8 +235,7 @@ everything you can do with RCS can be done through VC.
 @cindex Mercurial
 @item
 Mercurial (hg) is a decentralized version control system broadly
-resembling Git.  VC supports most Mercurial commands, with the
-exception of repository sync operations.
+resembling Git.  VC supports most Mercurial commands.
 
 @cindex bzr
 @cindex Bazaar