diff options
| author | Sean Whitton | 2025-04-08 13:17:17 +0800 |
|---|---|---|
| committer | Sean Whitton | 2025-04-08 13:17:17 +0800 |
| commit | ef8c4779dd4fd2a00d9ca4e572e42608628bce50 (patch) | |
| tree | 925b1c0e0bc89181d3847b6e4247f31fbb6c896e /doc | |
| parent | 19257efbf712dc026572a88b46d456d0c4b8c365 (diff) | |
| download | emacs-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.texi | 7 |
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 |
| 191 | Git is a decentralized version control system originally invented by | 191 | Git is a decentralized version control system originally invented by |
| 192 | Linus Torvalds to support development of Linux (his kernel). VC | 192 | Linus Torvalds to support development of Linux (his kernel). VC |
| 193 | supports many common Git operations, but others, such as repository | 193 | supports all the common Git operations, but notably, Git rebases other |
| 194 | syncing, must be done from the command line. | 194 | than 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 |
| 237 | Mercurial (hg) is a decentralized version control system broadly | 237 | Mercurial (hg) is a decentralized version control system broadly |
| 238 | resembling Git. VC supports most Mercurial commands, with the | 238 | resembling Git. VC supports most Mercurial commands. |
| 239 | exception of repository sync operations. | ||
| 240 | 239 | ||
| 241 | @cindex bzr | 240 | @cindex bzr |
| 242 | @cindex Bazaar | 241 | @cindex Bazaar |