/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/diff.py

  • Committer: Vincent Ladeuil
  • Date: 2010-04-20 14:44:01 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-20100420144401-dzst0y5fyvxd31p2
EncondigAdapter is a module despite the camelcase name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import difflib
18
18
import os
19
19
import re
 
20
import shutil
20
21
import string
21
22
import sys
22
23