unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* changes in r112843
@ 2013-06-04 17:40 Glenn Morris
  2013-06-04 22:59 ` Xue Fuqiao
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2013-06-04 17:40 UTC (permalink / raw)
  To: xfq; +Cc: emacs-devel


   *** doc/emacs/maintaining.texi  2013-05-30 09:27:55 +0000
   --- doc/emacs/maintaining.texi  2013-06-02 11:56:39 +0000
   ***************
   *** 1266,1275 ****
     @cindex branch (version control)
     
       One use of version control is to support multiple independent lines
   ! of development, which are called @dfn{branches}.  Branches are used
   ! for maintaining separate ``stable'' and ``development'' versions of a
   ! program, and for developing unrelated features in isolation from one
   ! another.
     
       VC's support for branch operations is currently fairly limited.  For
     decentralized version control systems, it provides commands for
   --- 1267,1282 ----
     @cindex branch (version control)
     
       One use of version control is to support multiple independent lines
   ! of development, which are called @dfn{branches}.  Branches allow for
   ! parts of software to be developed in parallel.  Large projects require
   ! many roles to be filled, including developers, build managers, and
   ! quality assurance personnel. Further, multiple releases on different
   ! operating system platforms may have to be maintained.  Branches allow
   ! contributors to isolate changes without destabilizing the codebase,
   ! for example, fixes for bugs, new features, and versions
   ! integration. These changes may be later merged (resynchronized) after
   ! testing.


The new text is copied verbatim from Wikipedia.
Please just remove it, since (IMO) the Emacs manual does not need to
explain every possible reason why people might want to use branches.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-06-06 22:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-04 17:40 changes in r112843 Glenn Morris
2013-06-04 22:59 ` Xue Fuqiao
2013-06-04 23:12   ` Xue Fuqiao
2013-06-05 10:46     ` Thien-Thi Nguyen
2013-06-05 23:13       ` Xue Fuqiao
2013-06-06 22:15         ` Thien-Thi Nguyen
2013-06-05 17:41     ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).