aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton2025-04-08 13:17:17 +0800
committerSean Whitton2025-04-08 13:17:17 +0800
commitef8c4779dd4fd2a00d9ca4e572e42608628bce50 (patch)
tree925b1c0e0bc89181d3847b6e4247f31fbb6c896e /doc
parent19257efbf712dc026572a88b46d456d0c4b8c365 (diff)
downloademacs-ef8c4779dd4fd2a00d9ca4e572e42608628bce50.tar.gz
emacs-ef8c4779dd4fd2a00d9ca4e572e42608628bce50.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 6e9653dcdc8..c761dc33c86 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -190,8 +190,8 @@ which it refers to as @dfn{back ends}:
190@item 190@item
191Git is a decentralized version control system originally invented by 191Git is a decentralized version control system originally invented by
192Linus Torvalds to support development of Linux (his kernel). VC 192Linus Torvalds to support development of Linux (his kernel). VC
193supports many common Git operations, but others, such as repository 193supports all the common Git operations, but notably, Git rebases other
194syncing, must be done from the command line. 194than simply to edit a commit message must be done from the command line.
195 195
196@cindex CVS 196@cindex CVS
197@item 197@item
@@ -235,8 +235,7 @@ everything you can do with RCS can be done through VC.
235@cindex Mercurial 235@cindex Mercurial
236@item 236@item
237Mercurial (hg) is a decentralized version control system broadly 237Mercurial (hg) is a decentralized version control system broadly
238resembling Git. VC supports most Mercurial commands, with the 238resembling Git. VC supports most Mercurial commands.
239exception of repository sync operations.
240 239
241@cindex bzr 240@cindex bzr
242@cindex Bazaar 241@cindex Bazaar