/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/msgeditor.py

  • Committer: Vincent Ladeuil
  • Date: 2010-04-20 14:04:54 UTC
  • mto: (5169.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5170.
  • Revision ID: v.ladeuil+lp@free.fr-20100420140454-ixobg867y79ink8w
Final import fixes for bt.test_diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Commit message editor support."""
19
19
 
20
20
import codecs
 
21
import errno
21
22
import os
22
23
from subprocess import call
23
24
import sys