~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/diff.py

  • Committer: INADA Naoki
  • Date: 2011-05-06 17:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 5892.
  • Revision ID: songofacandy@gmail.com-20110506174036-tdz8qfeo5ad83n9a
Make additional comments to clarify

Show diffs side-by-side

added added

removed removed

Lines of Context:
784
784
 
785
785
    @staticmethod
786
786
    def _fenc():
 
787
        """Returns safe encoding for passing file path to diff tool"""
787
788
        if sys.platform == 'win32':
788
789
            return 'mbcs'
789
790
        else: