# HG changeset patch # User Chong Yidong # Date 1290355527 18000 # Node ID 26fa428c5896ca2e5cbe5fd110b780fe0153ada0 # Parent 372e746a38d7b2b691868846a267bcc95e9b18d6 * maintaining.texi (Version Control Systems): Fix repeated sentence. Suggested by tpn Nmec. diff -r 372e746a38d7 -r 26fa428c5896 doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Sat Nov 20 18:19:39 2010 -0800 +++ b/doc/emacs/ChangeLog Sun Nov 21 11:05:27 2010 -0500 @@ -1,3 +1,8 @@ +2010-11-21 Chong Yidong + + * maintaining.texi (Version Control Systems): Fix repeated sentence. + Suggested by Štěpán Němec. + 2010-11-20 Chong Yidong * maintaining.texi (Version Control): Say "commit", not "check in". diff -r 372e746a38d7 -r 26fa428c5896 doc/emacs/maintaining.texi --- a/doc/emacs/maintaining.texi Sat Nov 20 18:19:39 2010 -0800 +++ b/doc/emacs/maintaining.texi Sun Nov 21 11:05:27 2010 -0500 @@ -172,10 +172,8 @@ @item Git is a distributed version control system originally invented by Linus Torvalds to support development of Linux (his kernel). VC -supports most git operations, with the exception of news merges and -repository syncing; these must be done from the command line. VC -supports most git operations, with the exception of news merges and -repository syncing. +supports many common git operations, but others, such as repository +syncing, must be done from the command line. @cindex hg @cindex Mercurial