Swap the first two steps in renaming a module to prevent svnmerge from
complaining about local changes.
This commit is contained in:
parent
46bb496a67
commit
3b3bb5f4cc
|
@ -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``.
|
||||
|
|
Loading…
Reference in New Issue