Comment 8 for bug 522708

Revision history for this message
Numérigraphe (numerigraphe) wrote : Re: Get rid of the vim directives at the end of each file

Here is an example bzr merge file.
You can remove all the mode lines with this find and GNU sed:
find <path to your branch> -name '*.py' -type f -print -exec sed -i '/^# vim:/d' '{}' ';'