Swap the first two steps in renaming a module to prevent svnmerge from

complaining about local changes.
This commit is contained in:
Brett Cannon 2008-05-12 02:25:23 +00:00
parent 46bb496a67
commit 3b3bb5f4cc
1 changed files with 2 additions and 2 deletions

View File

@ -1025,10 +1025,10 @@ Python 2.6
Python 3.0
//////////
#. Use ``svn move`` to rename the module.
#. Merge appropriate checkins from 2.6.
#. Use ``svn move`` to rename the module.
#. Update all references to use the new name.
#. Add an entry in ``Misc/NEWS``.