From: Sean Whitton Date: Tue, 8 Apr 2025 05:17:17 +0000 (+0800) Subject: Update descriptions of VC's capabilities for Git and Mercurial X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d41da8cd34d187d51440d5cadf49a86a1f13938;p=emacs.git Update descriptions of VC's capabilities for Git and Mercurial * doc/emacs/maintaining.texi (Version Control Systems): Update descriptions of VC's capabilities for Git and Mercurial. (cherry picked from commit ef8c4779dd4fd2a00d9ca4e572e42608628bce50) --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 312bcddb1c3..95dd371702b 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -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