Skip to content

Commit

Permalink
Drop outdated branch merging info (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Feb 9, 2017
1 parent 2afe3bd commit 7506ad6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions committing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,20 +381,6 @@ Active branches
If you do ``git branch`` you will see a :ref:`list of branches <listbranch>`.
``master`` is the in-development branch, and is the only branch that receives
new features. The other branches only receive bug fixes or security fixes.
Depending on what you are committing (feature, bug fix, or security fix), you
should commit to the oldest branch applicable, and then forward-port until the
in-development branch.


Merging order
-------------

There are two separate lines of development: one for Python 2 (the ``2.x``
branches) and one for Python 3 (the ``3.x`` branches and ``master``).
You should *never* merge between the two major versions (2.x and 3.x) ---
only between minor versions (e.g. 3.x->3.y). The merge always happens from
the oldest applicable branch to the newest branch within the same major
Python version.


.. _branch-merge:
Expand Down

0 comments on commit 7506ad6

Please sign in to comment.